Skip to content

Commit 9fe7d6e

Browse files
alexrfordhmac
andcommitted
Ruby: fix typo
Co-authored-by: Harry Maclean <[email protected]>
1 parent 0e2709f commit 9fe7d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/security/internal/CleartextSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module CleartextSources {
209209
)
210210
}
211211

212-
override string describe() { result = "an write to " + name }
212+
override string describe() { result = "a write to " + name }
213213
}
214214

215215
/** An assignment that may assign a password to a variable */

0 commit comments

Comments
 (0)