From c81cc2e6d5dfe6f26ed1f5c971e162b62fcad709 Mon Sep 17 00:00:00 2001 From: ngavalas Date: Fri, 14 Jun 2013 16:41:02 -0700 Subject: [PATCH] markdown syntax Small problem with markdown syntax in syntax-highlighted block. --- docs/docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api.md b/docs/docs/api.md index cc73f2e3a3..1ae5e97b37 100644 --- a/docs/docs/api.md +++ b/docs/docs/api.md @@ -108,7 +108,7 @@ Transfer properties from this component to a target component that have not alre #### setState ```javascript -setState(object nextState_[, function callback]_) +setState(object nextState[, function callback]) ``` Merges nextState with the current state. This is the primary method you use to trigger UI updates from event handlers and server request callbacks. In addition, you can supply an optional callback function that is executed once `setState` is completed.