Skip to content

Commit

Permalink
Update schematypes.jade
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
gokaygurcan committed Dec 10, 2017
1 parent 2ecf938 commit e044fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/schematypes.jade
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ block content
ofBoolean: [Boolean],
ofMixed: [Schema.Types.Mixed],
ofObjectId: [Schema.Types.ObjectId],
ofArrays: [[]]
ofArrayOfNumbers: [[Number]]
ofArrays: [[]],
ofArrayOfNumbers: [[Number]],
nested: {
stuff: { type: String, lowercase: true, trim: true }
}
Expand Down

0 comments on commit e044fde

Please sign in to comment.