File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/utils/model-generator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private predicate isBaseCallableOrPrototype(TargetAPI api) {
3434 )
3535}
3636
37- /** Gets a string representing, whether the summary should apply for all overrides of this. */
37+ /** Gets a string representing whether the summary should apply for all overrides of this. */
3838private string getCallableOverride ( TargetAPI api ) {
3939 if isBaseCallableOrPrototype ( api ) then result = "true" else result = "false"
4040}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ abstract class IncludeSummarizedCallable extends RelevantSummarizedCallable {
2727 )
2828 }
2929
30- /** Gets a string representing, whether the summary should apply for all overrides of this. */
30+ /** Gets a string representing whether the summary should apply for all overrides of this. */
3131 private string getCallableOverride ( ) {
3232 if this .isBaseCallableOrPrototype ( ) then result = "true" else result = "false"
3333 }
You can’t perform that action at this time.
0 commit comments