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

Commit 1efb3c3

Browse files
committed
docs(interpolate): fix param name
1 parent c75a659 commit 1efb3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/interpolate.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Interpolate implements Function {
3939
/**
4040
* Compiles markup text into interpolation function.
4141
*
42-
* - `text`: The markup text to interpolate in form `foo {{expr}} bar`.
42+
* - `template`: The markup text to interpolate in form `foo {{expr}} bar`.
4343
* - `mustHaveExpression`: if set to true then the interpolation string must
4444
* have embedded expression in order to return an interpolation function.
4545
* Strings with no embedded expression will return null for the

0 commit comments

Comments
 (0)