Skip to content

Commit

Permalink
Improve scripts.lib corrupt frequency explanation (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdunce authored May 19, 2024
1 parent 14afaff commit c32fb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting/scripts.lib/corrupt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The string to be corrupted.

#### corruption

An integer specifying the frequency at which to corrupt the string. The actual frequency is given by using this integer as an index into [[.corruption_chars]]. Invalid indexes result in no corruption.
An integer specifying the "level" of corruption. The actual frequency of corruption (in corrupted characters per 80 characters of input) is given by using this integer as an index into [[.corruptions]]. Invalid indexes result in no corruption.

### Return

Expand Down

0 comments on commit c32fb66

Please sign in to comment.