Fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2026-06-29 10:58:45 +01:00
committed by GitHub
parent 3c5f70de11
commit 727f7d2afa

View File

@@ -35,7 +35,7 @@ module Impl implements InlineExpectationsTestSig {
}
/**
* A class representing line comments in Ruby.
* A class representing comments that may contain inline expectations (Ruby line comments and ERB comments).
*/
class ExpectationComment extends AnyComment {
string getContents() {