We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1780631 commit eb69b27Copy full SHA for eb69b27
docs/src/tutorials/getting_started/getting_started_with_julia.jl
@@ -306,7 +306,7 @@ Symbol("abc")
306
307
# !!! tip
308
# `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)
+# one of the latter is likely a better choice. The JuMP [Style guide](@ref)
310
# recommends reserving `Symbol`s for identifiers. See [@enum vs. Symbol](@ref)
311
# for more.
312
0 commit comments