diff --git a/context-propagation-api/src/main/java/nl/talsmasoftware/context/api/ContextSnapshot.java b/context-propagation-api/src/main/java/nl/talsmasoftware/context/api/ContextSnapshot.java index 72875b29..c9739ecb 100644 --- a/context-propagation-api/src/main/java/nl/talsmasoftware/context/api/ContextSnapshot.java +++ b/context-propagation-api/src/main/java/nl/talsmasoftware/context/api/ContextSnapshot.java @@ -25,7 +25,7 @@ * ensuring that all context values are set in that other thread. * *
- * A snapshot can be obtained from {@linkplain #capture()} method. + * A snapshot can be obtained from the {@linkplain #capture()} method. * *
* This library contains several utility classes named {@code ContextAware...} or {...WithContext} that will