From 3122cff3800617fb5ce63c92be7f1d7b0c95e37b Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Mon, 13 Jul 2015 08:08:44 +0200 Subject: [PATCH] Fix typo in comment The class is named TypeInfo and not FieldInfo. --- src/utils/TypeInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/TypeInfo.js b/src/utils/TypeInfo.js index d411d59291..2eb914fadd 100644 --- a/src/utils/TypeInfo.js +++ b/src/utils/TypeInfo.js @@ -41,7 +41,7 @@ import find from './find'; /** - * FieldInfo is a utility class which, given a GraphQL schema, can keep track + * TypeInfo is a utility class which, given a GraphQL schema, can keep track * of the current field and type definitions at any point in a GraphQL document * AST during a recursive descent by calling `enter(node)` and `leave(node)`. */