Skip to content

Commit

Permalink
Update release-highlights.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Sep 20, 2024
1 parent 151adda commit ac3f039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release-notes/release-highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ UpdateRequest updateRequest = UpdateRequest.of(u -> u
----
UpdateRequest updateRequest = UpdateRequest.of(u -> u
.script(s -> s
.lang(ScriptLanguage.Painless)
.source("my-script")
.params(params)
.lang(ScriptLanguage.Painless)
.source("my-script")
.params(params)
)
);
----
Expand Down

0 comments on commit ac3f039

Please sign in to comment.