Skip to content

Commit 2748603

Browse files
authored
Fix formatting and clarify import statement
1 parent ab566c5 commit 2748603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guide.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# - Step 4 (interchangable with Step 2): create constraints with [`constraint`](@ref), while attaching it to previously created `ExaCore`.
1717
# - Step 5: create an [`ExaModel`](@ref) based on the `ExaCore`.
1818

19-
# Now, let's jump right in. We import ExaModels via (Step 0):
19+
# Now, let's jump right in. We import ExaModels via (Step 0):
2020
using ExaModels
2121
# Now, all the functions that are necessary for creating model are imported to into `Main`.
2222

0 commit comments

Comments
 (0)