Fix more typos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2023-11-07 19:19:20 +00:00
parent 12befc6e63
commit ce5ee7f336
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -112,14 +112,14 @@ If `b` is set to true:
##CbA##
```
If both `a` and `b` are set to true.
If both `a` and `b` are set to true:
```
abc
##Cba##
```
Magic! Yeah, not really. Basically, if none of the variables are true, then the edit distances is 7, and if at least one is true, then it drops down to 6. The reversed order of the letters in the phonetic pronunciation is to ensure that setting multiple variables to true does not make the edit distance even smaller. If the order wasn't reversed, then that last example would look like this:
Magic! Well, it's not really magic after you work through all the cases. Basically, if none of the variables are true, then the edit distances is 7, and if at least one is true, then it drops down to 6. The reversed order of the letters in the phonetic pronunciation is to ensure that setting multiple variables to true does not make the edit distance even smaller. If the order wasn't reversed, then that last example would look like this:
```
abc