diff options
| -rw-r--r-- | docs/tutorial/list.html | 2 | ||||
| -rw-r--r-- | tutorial/list.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html index 35853585..6b423da0 100644 --- a/docs/tutorial/list.html +++ b/docs/tutorial/list.html @@ -139,7 +139,7 @@ <table class='primitives'> <tr> <td><span class='Function'>⋈</span></td> - <td><kbd>\.</kbd></td> + <td><kbd>\Z</kbd></td> <td>Enlist</td> <td>Pair</td> </tr> diff --git a/tutorial/list.md b/tutorial/list.md index 94ef4026..bd8071a6 100644 --- a/tutorial/list.md +++ b/tutorial/list.md @@ -113,7 +113,7 @@ This list application works recursively, so that lists of lists (and so on) are ## Some list functions <!--GEN -Primitives ⟨"⋈%.%Enlist%Pair", "∾%,%%Join To", "⌽%q%Reverse%Rotate"⟩ +Primitives ⟨"⋈%Z%Enlist%Pair", "∾%,%%Join To", "⌽%q%Reverse%Rotate"⟩ --> Let's introduce a few primitives to work with lists. |
