We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef21985 commit 583a8fbCopy full SHA for 583a8fb
README.md
@@ -232,7 +232,7 @@ julia> ans === dest
232
true
233
```
234
235
-Unlike `append!`, `append!!` can also _widen_ element type of `dest` array element types:
+Unlike `append!`, `append!!` can also _widen_ element type of `dest` array:
236
237
```julia
238
julia> StructArrays.append!!(dest, [(a = missing, b = 6)])
0 commit comments