docs: Fix typo in Custom Template Tags and Filters (#131)

This commit is contained in:
Anton
2017-08-10 22:20:00 +02:00
committed by Kyle Fuller
parent 039bf4b7cb
commit 86bfbf215f

View File

@@ -42,7 +42,7 @@ Registering custom filters with arguments:
}
if let value = value as? Int {
return value * 2
return value * amount
}
return value