Skip to content

Commit 221e763

Browse files
authored
Update RTL_SYNTAX_AND_SEMANTICS.md
1 parent 5d51286 commit 221e763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Design-Docs/RTL_SYNTAX_AND_SEMANTICS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Every registration you make using the builder pattern is collected into the `rtl
4747
You are free to manage mirrors however your design requires: one mirror for the whole program, multiple mirrors for modularity, or transient mirrors in local scopes. RTL is designed to work correctly in all cases, while keeping its small, deliberate overhead in mind to ensure safety and efficiency.
4848
4949
👉 **Tip**
50-
> *When many types need registering for the full application lifetime, a singleton `rtl::CxxMirror` is your safest and simplest choice — one instance, zero surprises.*
50+
> ***When many types need registering for the full application lifetime, a singleton `rtl::CxxMirror` is your safest and simplest choice — one instance, zero surprises.***
5151
5252
---
5353

0 commit comments

Comments
 (0)