Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
htpusa committed Aug 16, 2021
1 parent 69340c9 commit 8a62eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/analysis/envelopes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ envelope_lattice(model::MetabolicModel, rids::Vector{String}; kwargs...) =
Create a lattice (list of "tick" vectors) for reactions at indexes `ridxs` in a
model. Arguments `samples`, `ranges`, and `reaction_samples` may be optionally
specified to customize the latice creation process.
specified to customize the lattice creation process.
"""
envelope_lattice(
model::MetabolicModel,
Expand All @@ -35,7 +35,7 @@ envelope_lattice(
"""
objective_envelope(model::MetabolicModel, rids::Vector{String}, args...; kwargs...)
Versioin of [`objective_envelope`](@ref) that works on string reaction IDs
Version of [`objective_envelope`](@ref) that works on string reaction IDs
instead of integer indexes.
"""
objective_envelope(model::MetabolicModel, rids::Vector{String}, args...; kwargs...) =
Expand Down

0 comments on commit 8a62eb6

Please sign in to comment.