Skip to content

Commit b1ae548

Browse files
committed
Ruby: Fix doc comment formatting
1 parent c2d4bc5 commit b1ae548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ module HTTP {
301301
/**
302302
* Gets a string that describes the type of this input.
303303
*
304-
* This is typically the name of the method that gives rise to this input.
304+
* This is typically the name of the method that gives rise to this input.
305305
*/
306306
string getSourceType() { result = super.getSourceType() }
307307
}
@@ -318,7 +318,7 @@ module HTTP {
318318
/**
319319
* Gets a string that describes the type of this input.
320320
*
321-
* This is typically the name of the method that gives rise to this input.
321+
* This is typically the name of the method that gives rise to this input.
322322
*/
323323
abstract string getSourceType();
324324
}

0 commit comments

Comments
 (0)