From 3c04868e02cbb89e6b9aa0bdfd4ec0c47eaaecb0 Mon Sep 17 00:00:00 2001 From: "Nick S. Plekhanov" Date: Sun, 10 Apr 2016 16:50:49 +0200 Subject: [PATCH] Fixed an error with outputting curly braces --- examples/concise-methods/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/concise-methods/index.jsx b/examples/concise-methods/index.jsx index 07bc1c0..cf17fed 100644 --- a/examples/concise-methods/index.jsx +++ b/examples/concise-methods/index.jsx @@ -7,7 +7,7 @@ export default React.createClass({ render() { return (
-

In object literals and classes we can condense render: function () {"{}"} to render() {}

+

In object literals and classes we can condense render: function () {"{}"} to render() {"{}"}

);