Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nddrylliog/rock
Browse files Browse the repository at this point in the history
  • Loading branch information
nddrylliog committed May 18, 2010
2 parents f455b13 + 139a858 commit 3e25a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/structs/Bag.ooc
Expand Up @@ -18,7 +18,7 @@ Bag: class {
data add(tmp)
}

add: func <T> ~withIndex(index: Int, element: T) {
add: func ~withIndex <T> (index: Int, element: T) {
tmp := Cell<T> new(element)
data add(index, tmp)
}
Expand Down

0 comments on commit 3e25a7b

Please sign in to comment.