Skip to content

Commit 28c0906

Browse files
Update ruby/ql/lib/codeql/ruby/frameworks/stdlib/Logger.qll
Co-authored-by: Nick Rolfe <[email protected]>
1 parent 334c43a commit 28c0906

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/lib/codeql/ruby/frameworks/stdlib

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/stdlib/Logger.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module Logger {
3535

3636
/**
3737
* An instantiation of a logger that responds to the std lib logging methods.
38-
* This can be extended to recognise additional instances that conform to the
38+
* This can be extended to recognize additional instances that conform to the
3939
* same interface.
4040
*/
4141
abstract class LoggerInstantiation extends DataFlow::Node { }

0 commit comments

Comments
 (0)