Merge pull request #12588 from sylvinus/patch-1

Fix typo in docs
This commit is contained in:
Lee Hinman 2015-07-31 17:41:55 -06:00
commit bd249448c3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if (rem < 0) {
bucket_key = value - rem
--------------------------------------------------
From the rounding function above it can be seen that the intervals themsevles **must** be integers.
From the rounding function above it can be seen that the intervals themselves **must** be integers.
The following snippet "buckets" the products based on their `price` by interval of `50`: