Skip to content

Commit eb69b27

Browse files
authored
Typo fix in tutorial: former -> latter (#3025)
1 parent 1780631 commit eb69b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/getting_started/getting_started_with_julia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Symbol("abc")
306306

307307
# !!! tip
308308
# `Symbol`s are often (ab)used to stand in for a `String` or an `Enum`, when
309-
# one of the former is likely a better choice. The JuMP [Style guide](@ref)
309+
# one of the latter is likely a better choice. The JuMP [Style guide](@ref)
310310
# recommends reserving `Symbol`s for identifiers. See [@enum vs. Symbol](@ref)
311311
# for more.
312312

0 commit comments

Comments
 (0)