Skip to content

Commit c8699bd

Browse files
committed
Typo
1 parent df52faf commit c8699bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/UnresolvedAttribute.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* tree and then resolve them into other {@link Attribute} subclasses during
2525
* analysis.
2626
* <p>
27-
* For example, ff they reference the data directly from lucene they'll be
27+
* For example, if they reference the data directly from lucene they'll be
2828
* {@link FieldAttribute}s. If they reference the results of another calculation
2929
* they will be {@link ReferenceAttribute}s.
3030
* </p>

0 commit comments

Comments
 (0)