From f33b81fceed121c8cb9e421c7e59172d91a07219 Mon Sep 17 00:00:00 2001 From: istasi Date: Sun, 13 Jul 2014 03:52:58 -0700 Subject: [PATCH] Updated ComponentAccess (markdown) --- ComponentAccess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```