From c755eefcd00945ea90fa7dd1b68a8271a602fd31 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Tue, 30 Jun 2020 13:47:44 -0400 Subject: [PATCH] use `program` instead of 'function' in file description --- misc/cantor_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cantor_set.c b/misc/cantor_set.c index ff3b40fc..8cf5ba27 100644 --- a/misc/cantor_set.c +++ b/misc/cantor_set.c @@ -1,6 +1,6 @@ /** * @file - * @brief function to generate [Cantor ternary + * @brief Program to generate [Cantor ternary * set](https://en.wikipedia.org/wiki/Cantor_set) */ #include