Closes gh-22938
This commit is contained in:
Andrew McCallum
2019-05-09 22:47:37 +01:00
committed by Stephane Nicoll
parent f4380e3040
commit 9294b1d7eb

View File

@@ -1293,7 +1293,7 @@ The following listing shows A more complex example:
[NOTE]
=====
You can use the Elvis operator to apply default values in expressions. The folloiwng
You can use the Elvis operator to apply default values in expressions. The following
example shows how to use the Elvis operator in a `@Value` expression:
====