Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kanwei committed Jul 20, 2008
1 parent 72f0c2d commit e1955d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/containers/stack.rb
Expand Up @@ -6,7 +6,7 @@
This implementation uses a doubly-linked list, guaranteeing O(1) complexity for all operations.
=end
class Containers::Stack
class Containers::Stack
include Enumerable
# Create a new stack. Takes an optional array argument to initialize the stack.
#
Expand Down
3 changes: 1 addition & 2 deletions lib/containers/trie.rb
Expand Up @@ -8,8 +8,7 @@
This implemention is based on a Ternary Search Tree.
=end
class Containers::Trie

class Containers::Trie
# Create a new, empty Trie.
#
# t = Containers::Trie.new
Expand Down

0 comments on commit e1955d1

Please sign in to comment.