diff --git a/docs/basics/ExampleTodoList.md b/docs/basics/ExampleTodoList.md
index 4123ac7015..fb1f4e4a73 100644
--- a/docs/basics/ExampleTodoList.md
+++ b/docs/basics/ExampleTodoList.md
@@ -18,8 +18,6 @@ let store = createStore(todoApp);
let rootElement = document.getElementById('root');
render(
- // The child must be wrapped in a function
- // to work around an issue in React 0.13.
,
diff --git a/docs/basics/UsageWithReact.md b/docs/basics/UsageWithReact.md
index 6ef62153df..8755f83dfb 100644
--- a/docs/basics/UsageWithReact.md
+++ b/docs/basics/UsageWithReact.md
@@ -284,8 +284,6 @@ let store = createStore(todoApp);
let rootElement = document.getElementById('root');
render(
- // The child must be wrapped in a function
- // to work around an issue in React 0.13.
,