Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 19, 2024
1 parent 709a1d9 commit 0ee06b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structs/Size.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ var Size = new Class({
},

/**
* By setting a Snap To value when this Size component is modified its dimensions will automatically
* by snapped to the nearest grid slice, using floor. For example, if you have snap value of 16,
* By setting snap values, when this Size component is modified its dimensions will automatically
* be snapped to the nearest grid slice, using floor. For example, if you have snap value of 16,
* and the width changes to 68, then it will snap down to 64 (the closest multiple of 16 when floored)
*
* Note that snapping takes place before adjustments by the parent, or the min / max settings. If these
Expand Down

0 comments on commit 0ee06b6

Please sign in to comment.