From 1e093f9cb6cb3b36dfca637597a3efce3e63202e Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Wed, 15 Jun 2016 10:00:24 -0400 Subject: [PATCH] Remove errant colon --- filters/divided_by.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/divided_by.md b/filters/divided_by.md index a6bc2fa..7cedea3 100644 --- a/filters/divided_by.md +++ b/filters/divided_by.md @@ -64,7 +64,7 @@ Here it is a float: ### Changing variable types -You might want to use a variable as a divisor, in which case you can't simply add `.0` to convert it to a float. In these cases, you can `assign` a version of your variable converted to a float using the `times` filter: +You might want to use a variable as a divisor, in which case you can't simply add `.0` to convert it to a float. In these cases, you can `assign` a version of your variable converted to a float using the `times` filter. In this example, we're dividing by a variable that contains an integer, so we get an integer: