Skip to content

Commit

Permalink
Fix convertible spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyaxley committed Feb 11, 2024
1 parent 0f6cd2a commit b178267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obfuscate.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ following traits:
- Global lifetime
The actual instantiation of the ay::obfuscated_data takes place inside a
lambda as a function level static
- Implicitly convertable to a char*
- Implicitly convertible to a char*
This means that you can pass it directly into functions that would normally
take a char* or a const char*
Expand Down

0 comments on commit b178267

Please sign in to comment.