Ruby: fix typo

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
Alex Ford
2022-03-10 00:02:39 +00:00
committed by Alex Ford
parent 0e2709f809
commit 9fe7d6e143

View File

@@ -209,7 +209,7 @@ module CleartextSources {
)
}
override string describe() { result = "an write to " + name }
override string describe() { result = "a write to " + name }
}
/** An assignment that may assign a password to a variable */