From c50cbbb5269abea4ea297c84712b701d432f007a Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 23 Sep 2020 18:50:32 +0200 Subject: [PATCH] typo --- docs/source/index.rst | 4 ++-- examples/cx16/mandelbrot.p8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index aa55250e6..b0c607a31 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -38,8 +38,8 @@ This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/license :alt: Fully playable tetris clone -Code examples -------------- +Code example +------------ This code calculates prime numbers using the Sieve of Eratosthenes algorithm:: diff --git a/examples/cx16/mandelbrot.p8 b/examples/cx16/mandelbrot.p8 index 9249acd48..371713710 100644 --- a/examples/cx16/mandelbrot.p8 +++ b/examples/cx16/mandelbrot.p8 @@ -34,9 +34,9 @@ main { iter++ } txt.color2(1, max_iter-iter) - c64.CHROUT(' ') + txt.chrout(' ') } - c64.CHROUT('\n') + txt.chrout('\n') } } }