From 68faf45ecb868481938abe06f2ccf19319d45297 Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 1 Nov 2018 03:12:22 +0100 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7b735..3c95341 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ void (* halt)(void *context, zboolean state); **Description** Callback: Called when the CPU enters or exits the halt state. **Note** -This callback is **optional**, it must be set to `NULL` if not used. +This callback is **optional** and must be set to `NULL` if not used. **Parameters** `context` → The value of the member `context`. `state` → `TRUE` if halted; `FALSE` otherwise.