Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit d7bd9ba

Browse files
vicbchirayuk
authored andcommitted
doc(ast): fix API doc
1 parent b63eaa8 commit d7bd9ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/change_detection/ast.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ class PureFunctionAST extends AST {
9191
/**
9292
* SYNTAX: fn(arg0, arg1, ...)
9393
*
94-
* Invoke a pure function. Pure means that the function has no state, and
95-
* therefore it needs to be re-computed only if its args change.
94+
* Invoke a (non-pure) function.
9695
*/
9796
class ClosureAST extends AST {
9897
final String name;

0 commit comments

Comments
 (0)