Skip to content

Commit

Permalink
A minor fix in README (JuliaArrays#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored and Pietro Vertechi committed Dec 28, 2019
1 parent ef21985 commit 583a8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ julia> ans === dest
true
```

Unlike `append!`, `append!!` can also _widen_ element type of `dest` array element types:
Unlike `append!`, `append!!` can also _widen_ element type of `dest` array:

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

0 comments on commit 583a8fb

Please sign in to comment.