minor doc fix in euler prob1 sol1

This commit is contained in:
Krishna Vedala 2020-06-30 13:39:31 -04:00
parent c3f220098f
commit e2c51387bd
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/** /**
* \file * \file
* \brief [Problem 1](https://projecteuler.net/problem=1) solution * \brief [Problem 1](https://projecteuler.net/problem=1) solution
* * \details
* An Efficient code to print all the sum of all numbers that are multiples of 3 * An Efficient code to print all the sum of all numbers that are multiples of 3
* & 5 below N. * & 5 below N.
*/ */