Skip to content

Commit d62bf41

Browse files
committed
add float support to readme
1 parent b0ef9fe commit d62bf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ var onIncrement = graph.subscribe`onIncrement { state }`
200200

201201
### Automatic Declaring with `@autodeclare` or `{declare: true}`
202202

203-
Declaring primitive-typed (`String`, `Int`, `Boolean`) variables in query were a
203+
Declaring primitive-typed (`String`, `Int`, `Float`, `Boolean`) variables in query were a
204204
little bothering to me. That's why I added an `@autodeclare` keyword or `{declare: true}` setting to the processor.
205205
It detects types from the variables and declares them in query automatically.
206206

0 commit comments

Comments
 (0)