Add "also"

This commit is contained in:
Adam Hollett
2016-04-05 09:36:56 -04:00
parent 0bfab96fc0
commit 6c3fc60e32
+1 -1
View File
@@ -24,7 +24,7 @@ Returns the absolute value of a number.
4 4
``` ```
`abs` will work on a string if the string only contains a number. `abs` will also work on a string if the string only contains a number.
```liquid ```liquid
{% raw %} {% raw %}