Skip to content

Commit

Permalink
Fixed typo: examle -> example
Browse files Browse the repository at this point in the history
  • Loading branch information
ss18 committed Jun 23, 2023
1 parent cc90f3e commit d4f9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvectorcmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Naming conventions
------------------
initpyrsistentc - This is the method that initializes the whole module
pyrsistent_* - Methods part of the interface
<typename>_* - Instance methods of types. For examle PVector_append(...)
<typename>_* - Instance methods of types. For example PVector_append(...)
All other methods are camel cased without prefix. All methods are static, none should
require to be exposed outside of this module.
Expand Down

0 comments on commit d4f9f22

Please sign in to comment.