Skip to content

Commit d7de787

Browse files
committed
Update
1 parent 14158a5 commit d7de787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/src/submodules/FileFormats

docs/src/submodules/FileFormats/LP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ In the CPLEX specification, `[]` are not allowed in identifiers. However, they
210210
are fairly common in names because of naming conventions like `x[1,2]`.
211211
Supporting `[` in an identifier when it is not the starting character is fairly
212212
trivial since it can't be ambiguous with any other syntax. However, deciding
213-
whether `]` is part of an idenfitier or represents a closing bracket from a
213+
whether `]` is part of an identifier or represents a closing bracket from a
214214
quadratic term is quite tricky.
215215

216216
Consider the case: `[ x * x] + y]`. Is that the valid `"x"^2 + "y]"` or the

0 commit comments

Comments
 (0)