diff --git a/docs/index.html b/docs/index.html
index 037dda4..e317fa2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -649,7 +649,7 @@
data). `0` means left-to-right and vice versa for `1`.
* SF: Shows the sign of the result of an arithmetic operation. Indicated by the
- high-order of the left-most bit. Positive means this bit will be set to `1`,
+ high-order of the left-most bit. Negative means this bit will be set to `1`,
and vice versa.
* ZF: Non-zero result gives `0` and vice versa.