Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c21ab0a

Browse files
exexzianIgorMinar
authored andcommitted
docs(tutorial/step9): formatted Unicode character line
Add tick and cross mark corresponding to their respective unicodes.
1 parent 6957971 commit c21ab0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/tutorial/step_09.ngdoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ angular.module('phonecatFilters', []).filter('checkmark', function() {
3737
</pre>
3838

3939
The name of our filter is "checkmark". The `input` evaluates to either `true` or `false`, and we
40-
return one of two unicode characters we have chosen to represent true or false (`\u2713` and
41-
`\u2718`).
40+
return one of the two unicode characters we have chosen to represent true (`\u2713` -> ✓) or false (`\u2718` -> ✘).
4241

4342
Now that our filter is ready, we need to register the `phonecatFilters` module as a dependency for
4443
our main `phonecat` module.

0 commit comments

Comments
 (0)