Skip to content

Commit

Permalink
Merge pull request #5889 from gokaygurcan/patch-1
Browse files Browse the repository at this point in the history
Update schematypes.jade
  • Loading branch information
vkarpov15 committed Dec 10, 2017
2 parents 2ecf938 + e044fde commit 8de8c84
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 8de8c84

Please sign in to comment.