fix missing O (#502)
This commit is contained in:
parent
ba02a8b15c
commit
b87defd53d
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ standing for the number eleven is encoded as
|
|||
Representations are not unique due to leading zeros.
|
||||
Hence, eleven is also represented by `001011`, encoded as:
|
||||
|
||||
⟨⟩ O I O I I
|
||||
⟨⟩ O O I O I I
|
||||
|
||||
Define a function
|
||||
|
||||
|
|
Loading…
Reference in a new issue