Skip to content

Commit 91d8bc7

Browse files
committed
Rectified typo from docs
1 parent a03161e commit 91d8bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Returns:
295295
296296
!!! note
297297
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.
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)