Skip to content

Commit c46fec5

Browse files
committed
(#2) Update Type documentation of KnapsackProblem
1 parent 1046ca6 commit c46fec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/knapsack.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ end
3030

3131

3232
"""
33-
knapsack(values::Vector{Float64}, weights::Vector{Float64}, capacity::Float64)::KnapsackResult
33+
KnapsackProblem
3434
3535
# Description
3636

0 commit comments

Comments
 (0)