Skip to content

Commit 8c8faf5

Browse files
authored
Update README.md
1 parent e744e54 commit 8c8faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if (err == rtl::error::None && ret.canViewAs<std::string>()) {
148148

149149
### How RTL Fits Together
150150

151-
At a high level, every registered C++ type is encapsulated as an `rtl::Record`. Callable entities – functions, member functions, and constructorsare obtained through `rtl::Function`, `rtl::Method`, and `rtl::Record`, all of which are discoverable via `rtl::CxxMirror`.
151+
At a high level, every registered C++ type is encapsulated as an `rtl::Record`. Callable entities – functions, member functions, and constructorsare obtained through `rtl::Function`, `rtl::Method`, and `rtl::Record`, all of which are discoverable via `rtl::CxxMirror`.
152152

153153
👉 Deep Dive
154154

0 commit comments

Comments
 (0)