Skip to content

Commit 5dcc5a6

Browse files
committed
doc(threadSafe): wrap lazy val into ``
1 parent a3e2621 commit 5dcc5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/other-new-features/threadUnsafe-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: doc-page
33
title: threadUnsafe annotation
44
---
55

6-
A new annotation `@threadUnsafe` can be used on a field which defines a lazy
7-
val. When this annotation is used, the initialization of the lazy val will use a
6+
A new annotation `@threadUnsafe` can be used on a field which defines a `lazy
7+
val`. When this annotation is used, the initialization of the lazy val will use a
88
faster mechanism which is not thread-safe.
99

1010
### Example

0 commit comments

Comments
 (0)