Skip to content

Commit 2c0af91

Browse files
authored
Fix extra line break in Painless context-bridge doc (elastic#4191)
A tiny, tiny, tiny formatting fix for one of the new Painless doc pages.
1 parent 9d45193 commit 2c0af91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

explore-analyze/scripting/painless-syntax-context-bridge.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ products:
88

99
# Painless syntax-context bridge [painless-syntax-context-bridge]
1010

11-
One of the most distinctive aspects of Painless scripting is how data access methods (`doc`, `ctx`, and `_source`) are directly tied to the context of use. Unlike other scripting languages where data access patterns remain consistent, Painless provides different access mechanisms that are optimized for specific use cases and contexts within {{es}}.
12-
Understanding when and why to use each access method is crucial for writing efficient Painless scripts.
11+
One of the most distinctive aspects of Painless scripting is how data access methods (`doc`, `ctx`, and `_source`) are directly tied to the context of use. Unlike other scripting languages where data access patterns remain consistent, Painless provides different access mechanisms that are optimized for specific use cases and contexts within {{es}}. Understanding when and why to use each access method is crucial for writing efficient Painless scripts.
1312

1413
:::{tip}
1514
If you're new to Painless contexts, refer to [Painless contexts](elasticsearch://reference/scripting-languages/painless/painless-contexts.md) in the Reference section for comprehensive context documentation. For hands-on examples of field access, refer to our set of [Painless script tutorials](/explore-analyze/scripting/common-script-uses.md).

0 commit comments

Comments
 (0)