Skip to content

Commit

Permalink
minor fix in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Andreev committed Apr 30, 2008
1 parent 2fcfb87 commit a111733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions lib/strokedb/document/meta_dsl.rb
@@ -0,0 +1,7 @@
module StrokeDB
module MetaDSL
def on_initialize(&block)
store_dsl_options("on_initialize", block)
end
end
end
2 changes: 1 addition & 1 deletion lib/strokedb/volumes/skiplist_volume.rb
Expand Up @@ -42,7 +42,7 @@ module StrokeDB
# 1) Do the durable updates to the log before in-memory operations.
# 2) Remove all the stale files on restart.
# 3) Load the skiplist from the regular file.
# 3) Replay the actual log on restart.
# 4) Replay the actual log on restart.
#
class SkiplistVolume

Expand Down

0 comments on commit a111733

Please sign in to comment.