Skip to content

Commit

Permalink
Update x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/acti…
Browse files Browse the repository at this point in the history
…on/TransportInferTrainedModelDeploymentAction.java

Co-authored-by: Jonathan Buttner <[email protected]>
  • Loading branch information
davidkyle and jonathan-buttner authored Oct 2, 2023
1 parent 5d00694 commit 6bfbe0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected void taskOperation(
}

/**
* Create a listener that groups the results is the correct order.
* Create a listener that groups the results in the correct order.
* Exceptions are converted to {@link ErrorInferenceResults},
* the listener will never call {@code finalListener::onFailure}
* instead failures are returned as inference results.
Expand Down

0 comments on commit 6bfbe0b

Please sign in to comment.