Skip to content

Commit dcc76dd

Browse files
hentihenrymercer
andauthored
Apply suggestions from code review
Co-authored-by: Henry Mercer <[email protected]>
1 parent 0828474 commit dcc76dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/Actions.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module Actions {
2828
/** Gets the `jobs` mapping from job IDs to job definitions in this workflow. */
2929
YAMLMapping getJobs() { result = this.lookup("jobs") }
3030

31-
/** Gets the name of the workflow */
31+
/** Gets the name of the workflow. */
3232
string getName() { result = this.lookup("name").(YAMLString).getValue() }
3333

3434
/** Gets the name of the workflow file. */
@@ -133,7 +133,7 @@ module Actions {
133133
/** Gets the value of the `if` field in this step, if any. */
134134
StepIf getIf() { result.getStep() = this }
135135

136-
/** Gets the id of the step field, if any. */
136+
/** Gets the ID of this step, if any. */
137137
string getId() { result = this.lookup("id").(YAMLString).getValue() }
138138
}
139139

0 commit comments

Comments
 (0)