diff --git a/numerical_methods/babylonian_method.cpp b/numerical_methods/babylonian_method.cpp index d3ac4d05c..a6f5e3e7a 100644 --- a/numerical_methods/babylonian_method.cpp +++ b/numerical_methods/babylonian_method.cpp @@ -8,7 +8,7 @@ * @author [Ameya Chawla](https://github.com/ameyachawlaggsipu) */ -#include /// for IO operations +#include /// for IO operations #include /// for assert /**