docs: Fix typo in Custom Template Tags and Filters (#131)
This commit is contained in:
@@ -42,7 +42,7 @@ Registering custom filters with arguments:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let value = value as? Int {
|
if let value = value as? Int {
|
||||||
return value * 2
|
return value * amount
|
||||||
}
|
}
|
||||||
|
|
||||||
return value
|
return value
|
||||||
|
|||||||
Reference in New Issue
Block a user