Skip to content

Commit e62dda9

Browse files
committed
spelling: mutation
Signed-off-by: Josh Soref <[email protected]>
1 parent 8078f91 commit e62dda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/frameworks/GraphQL.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private class GraphqlResolvableClass extends ClassDeclaration {
144144
*
145145
* ```rb
146146
* module Mutation
147-
* class NameAnInstrument < BaseMutationn
147+
* class NameAnInstrument < BaseMutation
148148
* argument :instrument_uuid, Types::Uuid,
149149
* required: true,
150150
* loads: ::Instrument,
@@ -188,7 +188,7 @@ class GraphqlResolveMethod extends Method, Http::Server::RequestHandler::Range {
188188
*
189189
* ```rb
190190
* module Mutation
191-
* class NameAnInstrument < BaseMutationn
191+
* class NameAnInstrument < BaseMutation
192192
* argument :instrument_uuid, Types::Uuid,
193193
* required: true,
194194
* loads: ::Instrument,

0 commit comments

Comments
 (0)