Skip to content

Commit

Permalink
proba -> probability
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 8, 2017
1 parent 87e7d45 commit da010de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stochprog.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ function cutgenerator end
# Modification (Optional)

"""
setprobability!(sp::AbstractStochasticProgram, edge, proba)
setprobability!(sp::AbstractStochasticProgram, edge, probability)
Sets the probability to take the edge `edge` in the stochastic problem `sp`.
Sets the probability to take the edge `edge` in the stochastic problem `sp` to `probability`.
"""
function setprobability! end

Expand Down

0 comments on commit da010de

Please sign in to comment.