Skip to content

Conversation

@segeljakt
Copy link

Summary

  • Add Claude to gitignore
  • Fix typo in README.md: change 'ho made' to 'who made'
  • Fix filename typo: rename idendity.go to identity.go
  • Fix type name typo: Idendity to Identity throughout codebase
  • Fix variable typo: Nounce to Nonce throughout CRDT files
  • Fix JSON field typo: litteralValue to literalValue

All tests pass for each commit.

Co-Authored-By: Claude Code

Update all references to the misspelled Idendity type to use the correct
Identity type name across all crypto-related files.

Co-authord with Claude Code
Update all field names and variable references from misspelled 'Nounce'
to the correct 'Nonce' spelling across the CRDT implementation.

Co-authored with Claude Code
Correct the JSON field tag spelling from 'litteralValue' to 'literalValue'
across all CRDT serialization structures.

Co-authored with Claude Code
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