Skip to content

Commit

Permalink
Updated minor typos in index.md (#318)
Browse files Browse the repository at this point in the history
* Updated minor typos in index.md

* Reverted "error-as-a verb" fix

* Reverted one more fix of error-as-a-verb
  • Loading branch information
svilupp committed Jan 3, 2022
1 parent 2aa1b98 commit 072dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ example the result of `@transform(df, @byrow :y = f(:x))` and

## Propagating missing values with `@passmissing`

Many Julia functions to not automatically propagate missing values. For instance,
Many Julia functions do not automatically propagate missing values. For instance,
`parse(Int, missing)` will error.

Missings.jl provides the `passmissing` function-wrapper to help get around these
Expand Down

0 comments on commit 072dc46

Please sign in to comment.