From 23e2dffa1ebc8e3d7b36ab9d838bb420b8904ba8 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Sun, 5 Jul 2020 20:17:27 -0400 Subject: [PATCH] fix filename in docs --- graphics/spirograph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/spirograph.cpp b/graphics/spirograph.cpp index 59041b6d3..b4010807e 100644 --- a/graphics/spirograph.cpp +++ b/graphics/spirograph.cpp @@ -27,7 +27,7 @@ #endif /** - * @namespace spirograph Functions related to spirograph.c + * @namespace spirograph Functions related to spirograph.cpp */ namespace spirograph { /** Generate spirograph curve into arrays `x` and `y` such that the i^th point