Skip to content

Commit 5ed7e9f

Browse files
committed
Documentation
1 parent bbef734 commit 5ed7e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Usage
4141

4242
The library is built around **two main APIs**:
4343

44-
- The `Template(...)` constructor that loads a template.
44+
- The `Template(...)` initializer that loads a template.
4545
- The `Template.render(...)` method that renders your data.
4646

4747

@@ -850,7 +850,7 @@ GRMustache.swift comes with built-in support for the following standard Swift ty
850850

851851
### Numeric Types
852852

853-
GRMustache supports `Int`, `UInt`, `Int64`, `UInt64`, `Float` and `Double`:
853+
GRMustache supports `Int`, `UInt`, `Int64`, `UInt64`, `Float`, `Double` and `CGFloat`:
854854

855855
- `{{number}}` renders the standard Swift string interpolation of *number*.
856856
- `{{#number}}...{{/number}}` renders if and only if *number* is not 0 (zero).

0 commit comments

Comments
 (0)