diff --git a/ComponentAccess.md b/ComponentAccess.md index 4718c22..5909418 100644 --- a/ComponentAccess.md +++ b/ComponentAccess.md @@ -22,7 +22,7 @@ Primary Components ------------------ The [[component API|API/Component]] keeps track of one component of each type as a "primary" component. If there are multiple components of the same type, which one will be the primary component is random. You can access the primary component of a specific type via `component.xxx`, where `xxx` is the type. For example: ``` -lua> component.gpu.address +lua> =component.gpu.address xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ```