瀏覽代碼

[DOCS][9.x] Fix tip placement in lookup-join.md (#127552)

h/t @alex-spies
Liam Thompson 5 月之前
父節點
當前提交
ba95390895
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/query-languages/esql/_snippets/commands/layout/lookup-join.md

+ 2 - 2
docs/reference/query-languages/esql/_snippets/commands/layout/lookup-join.md

@@ -41,12 +41,12 @@ added as new columns to that row.
 If multiple documents in the lookup index match a single row in your
 results, the output will contain one row for each matching combination.
 
-**Examples**
-
 ::::{tip}
 In case of name collisions, the newly created columns will override existing columns.
 ::::
 
+**Examples**
+
 **IP Threat correlation**: This query would allow you to see if any source
 IPs match known malicious addresses.