Skip to content

Commit fcddbf8

Browse files
committed
fix some prim docs typos
1 parent dccf5f1 commit fcddbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/primitive/defs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ primitive!(
12991299
/// : ⬚∞⊗ [4 8 2 9 1] [1 2 3 4]
13001300
///
13011301
/// You can use the returned indices with [select] to get the rows that were found.
1302-
/// If you expect one of the searched-for rows to be missing, you can use [fill] to set a default value.
1302+
/// If you expect any of the searched-for rows to be missing, you can use [fill] to set a default value.
13031303
/// ex: A ← [2 3 5 7 11 13]
13041304
/// : .⊗,A [1 2 3 4 5]
13051305
/// : ⬚∞⊏:A
@@ -1946,7 +1946,7 @@ primitive!(
19461946
/// : ˙⊞+ 1_2_3
19471947
/// ex: # Experimental!
19481948
/// : ˙(⊂⊂) π
1949-
/// [self] on a noadic function duplicates the output. This makes it distinct from [both] on a monadic function.
1949+
/// [self] on a noadic function duplicates the output. This makes it distinct from [both] on a noadic function.
19501950
/// ex: # Experimental!
19511951
/// : ⌊×10[˙⚂]
19521952
/// : ⌊×10[∩⚂]

0 commit comments

Comments
 (0)