From 9558c6d0103f642758ed58f3c246ad9908e74131 Mon Sep 17 00:00:00 2001 From: AlexKVal Date: Wed, 10 Jun 2015 14:08:06 +0300 Subject: [PATCH] Sync the description with the implementation. --- src/utils/CustomPropTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/CustomPropTypes.js b/src/utils/CustomPropTypes.js index 9f930db324..bc402d3635 100644 --- a/src/utils/CustomPropTypes.js +++ b/src/utils/CustomPropTypes.js @@ -6,7 +6,7 @@ const CustomPropTypes = { * * The element can be provided in two forms: * - Directly passed - * - Or passed an object which has a `getDOMNode` method which will return the required DOM element + * - Or passed an object that has a `render` method * * @param props * @param propName