Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa authored Jun 9, 2024
1 parent db5aa82 commit 88a996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/1-metabolic-modeling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ result.exchanges
# Accessors.jl implement a "lensy" way to update immutable data structures.
# That comes with a nice outcome of doing the right amount of shallow copyies
# for you automatically, thus avoiding much of the technical danger of in-place
# modifiations. (You still lose the equational reasoning on your code, but that
# modifications. (You still lose the equational reasoning on your code, but that
# may not be an issue at all in usual codebases.)
#
# Accessors interface is used simply through macros `@set` (which sets a deeply
Expand Down

0 comments on commit 88a996a

Please sign in to comment.