Skip to content

Commit 583a8fb

Browse files
tkfPietro Vertechi
authored andcommitted
A minor fix in README (#106)
1 parent ef21985 commit 583a8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ julia> ans === dest
232232
true
233233
```
234234

235-
Unlike `append!`, `append!!` can also _widen_ element type of `dest` array element types:
235+
Unlike `append!`, `append!!` can also _widen_ element type of `dest` array:
236236

237237
```julia
238238
julia> StructArrays.append!!(dest, [(a = missing, b = 6)])

0 commit comments

Comments
 (0)