diff options
author | Marvin Borner | 2024-07-28 13:34:28 +0200 |
---|---|---|
committer | Marvin Borner | 2024-07-28 13:34:28 +0200 |
commit | 9ae3983e74c5a2301b3a595f47bbe8ce27eb6380 (patch) | |
tree | 7a677f377c7a1fec9f61bf18bda449be2273320f /docs/wiki_src/coding/data-structures.md | |
parent | 6ad85ef29f7da7846ccc779c7c2a192b4db301b1 (diff) |
Improved documentation
Diffstat (limited to 'docs/wiki_src/coding/data-structures.md')
-rw-r--r-- | docs/wiki_src/coding/data-structures.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wiki_src/coding/data-structures.md b/docs/wiki_src/coding/data-structures.md index 470e05d..35e5d63 100644 --- a/docs/wiki_src/coding/data-structures.md +++ b/docs/wiki_src/coding/data-structures.md @@ -113,7 +113,7 @@ the list. Strings are just a list of binary encoded bytes. You may use [`std/List`](/std/List.bruijn.html) in combination with -[`std/Number/Binary`](/std/Number/Binary.bruijn.html) to interact with +[`std/Number/Binary`](/std/Number_Binary.bruijn.html) to interact with them. Example: |