Skip to content

Commit b1b3306

Browse files
authored
Update basic.md
Fixed error spotted by @odow
1 parent 718dd79 commit b1b3306

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/guide/basic.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ and [classes](@ref classes-overview), and are referred to below.
2222

2323
Enums are scalar identifier types that can take only a limited range of values.
2424

25-
#### [Classes](@id guide-basic-classes) The advantage of using the
26-
native `C++` classes in HiGHS is that many fewer parameters are needed
25+
#### [Classes](@id guide-basic-classes)
26+
27+
The advantage of using the native `C++` classes in HiGHS is that many fewer parameters are needed
2728
when passing data to and from HiGHS. The binding of the data members
2829
of these classes to `highspy` structures allows them to be used when
2930
calling HiGHS from Python, although they are not necessary for the

0 commit comments

Comments
 (0)