Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Oct 8, 2024
1 parent ce4503a commit 47ba6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc_topics/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ High quality UUIDs v4 can only be generated if the source of the random data is
If it is predictable then it might become a security risk.

Read up on the use of the `rng.math_randomseed` and `rng.seed` functions if you need a pure-Lua
implementation. Preferably the LuaSystem module is used strong random numbers, if Windows
implementation. Preferably the LuaSystem module is used for strong random numbers, if Windows
compatibility isn't required then falling back to /dev/urandom on Posix is a good alternative.

When using neither of those and falling back to the Lua internal rng, ensure that it is
Expand Down
2 changes: 1 addition & 1 deletion uuid-dev-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build = {
["uuid.rng.init"] = "src/uuid/rng/init.lua",
["uuid.rng.sha1"] = "src/uuid/rng/sha1.lua",
},
copy_directories = {
copy_directories = {
"docs",
},
}

0 comments on commit 47ba6a3

Please sign in to comment.