Skip to content

Conversation

@phessophissy
Copy link

Summary

This PR fixes several typos, a grammar issue, and updates deprecated function names in the Clarity language reference.

Changes

Typo Fixes

Location Before After
Line 302 reprepresented represented
Line 272 explicitely explicitly
Line 279 prefered preferred

Grammar Fix

Location Before After
Line 342 a two different types two different types

Updated Deprecated Function Names

The following function names have been updated to match the current Clarity specification (as documented at docs.stacks.co):

Before After
map-set! map-set
map-insert! map-insert
map-delete! map-delete

Testing

  • Verified changes don't break any markdown formatting
  • Confirmed function names match official Stacks documentation

- Fix typo: 'reprepresented' → 'represented'
- Fix typo: 'explicitely' → 'explicitly'
- Fix typo: 'prefered' → 'preferred'
- Fix grammar: 'a two different types' → 'two different types'
- Update deprecated function names to match current Clarity spec:
  - map-set! → map-set
  - map-insert! → map-insert
  - map-delete! → map-delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant