Skip to content

Commit 3122cff

Browse files
author
Andreas Marek
committed
Fix typo in comment
The class is named TypeInfo and not FieldInfo.
1 parent 9737830 commit 3122cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/TypeInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import find from './find';
4141

4242

4343
/**
44-
* FieldInfo is a utility class which, given a GraphQL schema, can keep track
44+
* TypeInfo is a utility class which, given a GraphQL schema, can keep track
4545
* of the current field and type definitions at any point in a GraphQL document
4646
* AST during a recursive descent by calling `enter(node)` and `leave(node)`.
4747
*/

0 commit comments

Comments
 (0)