use program instead of 'function' in file description

This commit is contained in:
Krishna Vedala 2020-06-30 13:47:44 -04:00
parent e2c51387bd
commit c755eefcd0
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -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 <stdio.h>