Skip to content

Commit a004465

Browse files
committed
Update RTL_SYNTAX_AND_SEMANTICS.md
1 parent db6c4b3 commit a004465

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
@@ -32,7 +32,7 @@ Before registering anything, you need a central place to hold all reflection met
3232
});
3333
```
3434
35-
Every registration you make using the builder pattern is collected into the `rtl::CxxMirror` as an `rtl::Function` object. The `CxxMirror` forms the backbone of RTL. Every type, function, or method you register ultimately gets encapsulated into this single object, serving as the gateway to query, introspect, and instantiate all registered types at runtime.
35+
Every registration statement you add here is collected into the `rtl::CxxMirror` as an `rtl::Function` object. The `CxxMirror` forms the backbone of RTL. Every type, function, or method you register ultimately gets encapsulated into this single object, serving as the gateway to query, introspect, and instantiate all registered types at runtime.
3636
3737
### A few key points about managing this object
3838

0 commit comments

Comments
 (0)