Commit 458f50ac by Qiang Xue

typo fix

parent 860799e3
...@@ -71,7 +71,7 @@ class Formatter extends Component ...@@ -71,7 +71,7 @@ class Formatter extends Component
} }
/** /**
* Formats the value based on the give type. * Formats the value based on the given type.
* This method will call one of the "as" methods available in this class to do the formatting. * This method will call one of the "as" methods available in this class to do the formatting.
* For type "xyz", the method "asXyz" will be used. For example, if the type is "html", * For type "xyz", the method "asXyz" will be used. For example, if the type is "html",
* then [[asHtml()]] will be used. Type names are case insensitive. * then [[asHtml()]] will be used. Type names are case insensitive.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment