Skip to content

Commit a03161e

Browse files
committed
Rectified typo from docs
1 parent f9ad73b commit a03161e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/messages.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ Returns:
294294
- `Codewords{M}`: An array of codewords, each of length `M`. Each codewords is a tuple, and each character in said word is a symbol.
295295
296296
!!! note
297-
298-
If you are looking for a _maximal_ code, this is likely the function you need. Increasing `m` and `m_random` arbitrarily should ensure a maximal code—_however_, that computing power/time in not always possible, as it requires a lot of RAM to store certain codes in memeory. Efforts are being made to make this process better by using memory-mapped filed instead of storing codewords in RAM, but this will make it much slower as well. Help with this would be much appreciated.
297+
298+
If you are looking for a _maximal_ code, this is likely the function you need. Increasing `m` and `m_random` arbitrarily should ensure a maximal code—_however_, that computing power/time in not always possible, as it requires a lot of RAM to store certain codes in memeory. Efforts are being made to make this process better by using memory-mapped filed instead of storing codewords in RAM, but this will make it much slower as well. Help with this would be much appreciated.
299299
300300
---
301301

0 commit comments

Comments
 (0)