From 374bf518de1731abac09753398b2bdda37edd449 Mon Sep 17 00:00:00 2001
From: thrust26
Date: Mon, 3 Feb 2020 20:43:51 +0100
Subject: [PATCH] another doc update
---
docs/debugger.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/debugger.html b/docs/debugger.html
index a2c0506dc..19af56cdf 100644
--- a/docs/debugger.html
+++ b/docs/debugger.html
@@ -605,7 +605,7 @@ breakpoints as you like. The command is "break xx yy" where xx is any
expression and yy a bank number. Both arguments are optional. If you have
created a symbol file, you can use labels for the expression.
-Example: you've got a label called "kernel". To break there,
+
Example: You have got a label called "kernel". To break there,
the command is "break kernel". After you've set the breakpoint,
exit the debugger ("quit" or click the Exit button). The emulator
will run until it gets to the breakpoint, then it will enter the