不要怂,就是干,撸起袖子干!

Commit 0fe72de0 by Brody Chen Committed by Mick Hansen

change touple to tuple (#6233)

1 parent f0e9aced
Showing with 1 additions and 1 deletions
...@@ -173,7 +173,7 @@ sequelize.define('model', { ...@@ -173,7 +173,7 @@ sequelize.define('model', {
### Range types ### Range types
Since range types have extra information for their bound inclusion/exclusion it's not Since range types have extra information for their bound inclusion/exclusion it's not
very straightforward to just use a touple to represent them in javascript. very straightforward to just use a tuple to represent them in javascript.
When supplying ranges as values you can choose from the following APIs: When supplying ranges as values you can choose from the following APIs:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!