diff --git a/API/Z80.h b/API/Z80.h index 31bd78fe..a7257507 100644 --- a/API/Z80.h +++ b/API/Z80.h @@ -816,7 +816,7 @@ Z80_API zusize z80_run(Z80 *self, zusize cycles); * @ref z80_run. * * This function should only be used inside callback functions. It zeroes - * @ref `Z80::cycle_limit`, thus breaking the emulation loop after the + * @ref Z80::cycle_limit, thus breaking the emulation loop after the * ongoing emulation step has finished executing. * * @param self Pointer to the object on which the function is called. */