Skip to content

Commit 9eafa2c

Browse files
authored
Fix an example value using TagValueExpressionResolver (#2012)
1 parent 2b17d08 commit 9eafa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Consider the following annotated method:
263263
include::{common_tests_path}/src/main/java/org/springframework/cloud/sleuth/instrument/annotation/SpanTagAnnotationHandlerTests.java[tags=spel,indent=0]
264264
----
265265

266-
No custom implementation of a `TagValueExpressionResolver` leads to evaluation of the SPEL expression, and a tag with a value of `4 characters` is set on the span.
266+
No custom implementation of a `TagValueExpressionResolver` leads to evaluation of the SPEL expression, and a tag with a value of `hello characters` is set on the span.
267267
If you want to use some other expression resolution mechanism, you can create your own implementation of the bean.
268268

269269
[[using-annotations-to-string]]

0 commit comments

Comments
 (0)