Typo
This commit is contained in:
parent
02ff632261
commit
8578f969cd
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ end
|
|||
require "dodb"
|
||||
|
||||
# First, we define what we’ll want to store.
|
||||
# It *has* to be serializable through JSON, as everything in DODB is stored in JSON directly on the file-system.
|
||||
# It *has* to be serializable through JSON, everything in DODB is stored in JSON directly on the file-system.
|
||||
class Car
|
||||
include JSON::Serializable
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue