From cdfde091e873140fea3b416dc91413be1b8b1e5a Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 3 Nov 2018 00:12:47 +0100 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d37420..8d9c874 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ void *context; **Description** The value used as the first argument when calling a callback. **Details** -This variable should be initialized before using the emulator and can be used to reference the context or instance of the machine being emulated. +This variable should be initialized before using the emulator and can be used to reference the context/instance of the machine being emulated.
```C ZZ80State state;