diff options
Diffstat (limited to 'src/typo.h')
-rw-r--r-- | src/typo.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ /** * Find the "typo" distance between two strings. * - * @param actual + * @actual * The actual string typed by the user. - * @param expected + * @expected * The expected valid string. * @return The distance between the two strings. */ |