mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Corrected slight inaccuracy in a configuration parameter's help.
This commit is contained in:
parent
8d21b7a8cf
commit
4de0bb31f9
@ -43,7 +43,7 @@ String = conf.registerPlugin('String')
|
|||||||
conf.registerGroup(String, 'levenshtein')
|
conf.registerGroup(String, 'levenshtein')
|
||||||
conf.registerGlobalValue(String.levenshtein, 'max',
|
conf.registerGlobalValue(String.levenshtein, 'max',
|
||||||
registry.PositiveInteger(256, """Determines the maximum size of a string
|
registry.PositiveInteger(256, """Determines the maximum size of a string
|
||||||
given to the levenshtein command. The levenshtein command uses an O(n**3)
|
given to the levenshtein command. The levenshtein command uses an O(m*n)
|
||||||
algorithm, which means that with strings of length 256, it can take 1.5
|
algorithm, which means that with strings of length 256, it can take 1.5
|
||||||
seconds to finish; with strings of length 384, though, it can take 4
|
seconds to finish; with strings of length 384, though, it can take 4
|
||||||
seconds to finish, and with strings of much larger lengths, it takes more
|
seconds to finish, and with strings of much larger lengths, it takes more
|
||||||
|
Loading…
Reference in New Issue
Block a user