Skip to content

Commit

Permalink
Update docs/src/tutorials/linear/multi.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 10, 2024
1 parent c980a0e commit 601c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/linear/multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ end
cost_x = natural_join(cost, x)

# We've defined a new function, `natural_join`, to simplify the process of
# joining two DataFrames. This fuction acts like the `NATURAL JOIN` statment in
# joining two DataFrames. This function acts like the `NATURAL JOIN` statement in
# SQL.

# Our objective is the inner product of two columns:
Expand Down

0 comments on commit 601c697

Please sign in to comment.