Skip to content

Commit

Permalink
Update docs/src/extensions/DataFrames.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 10, 2024
1 parent 1a70972 commit 890ede8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extensions/DataFrames.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ julia> @constraint(
### DataFrame-native syntax

While you can use indexing in JuMP's `@expression` and `@constraint` macros, it
may be more convienent to use DataFrames.jl split-apply-combine framework. For
may be more convenient to use DataFrames.jl split-apply-combine framework. For
example, `expr` can be equivalently written as:

```jldoctest ext_data_frames
Expand Down

0 comments on commit 890ede8

Please sign in to comment.