-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some very minor gramatical and code fixes.
- Loading branch information
1 parent
fa13ae0
commit 50f4d95
Showing
4 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...rc/references/include/Token Generation (token_gen.nvgt)/Enums/token_gen_flag.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
doc/src/references/include/Token Generation (token_gen.nvgt)/Functions/!generate_token.nvgt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...references/include/Token Generation (token_gen.nvgt)/Functions/generate_custom_token.nvgt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50f4d95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @braillescreen.
Removing the
string token_sims = chars + numbers + symbols;
in token_gen.nvgt will cause the token gen flag enums to stop functioning, especially fortoken_gen_flag_all
flag, because the code has been made so that if the number reaches its supported value, its mode will fall back to all.50f4d95
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks much and sorry about that; it's all fixed now!