Small typo.

This commit is contained in:
redcode
2022-07-28 00:36:38 +02:00
parent 16da63e11a
commit 80d7b424a6
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
*
* @details The Z80 library implements a fast, small and accurate emulator
* of the Zilog Z80. It emulates all that is known to date about this CPU,
* including the undocumented behaviour, MEMPTR, Q and the special RESET.
* including the undocumented behaviors, MEMPTR, Q and the special RESET.
*
* @version 0.2
* @date 2022-05-29