From 6c3fc60e329eabf89ee976a400e3f0c63bdc20ab Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Tue, 5 Apr 2016 09:36:56 -0400 Subject: [PATCH] Add "also" --- filters/abs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/abs.md b/filters/abs.md index af0d003..c151423 100644 --- a/filters/abs.md +++ b/filters/abs.md @@ -24,7 +24,7 @@ Returns the absolute value of a number. 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 {% raw %}