Skip to content

Commit fc39d67

Browse files
Update src/main/java/org/jenkinsci/plugins/workflow/steps/StepContext.java
Co-authored-by: A. Jard <angelique.jard@gmail.com>
1 parent 910db8f commit fc39d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/StepContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public abstract class StepContext implements FutureCallback<Object>, Serializabl
5757
* <dt>{@link Launcher} <dd>a way to fork processes
5858
* <dt>{@link EnvVars} <dd>read access to environment variables associated with a run, typically used for launchers
5959
* <dt>{@link FilePath} <dd>a “workspace” to use for example as from {@link hudson.Launcher.ProcStarter#pwd(hudson.FilePath)}
60-
* <dt>{@link Computer} <dd>a agent we are running on
60+
* <dt>{@link Computer} <dd>an agent we are running on
6161
* <dt>{@link Executor} <dd>an executor slot on a agent we are running on
6262
* <dt>{@link TaskListener} <dd>a place to send output (see {@code LogAction} for a flow)
6363
* <dt>{@link Run} <dd>a running build

0 commit comments

Comments
 (0)