Skip to content
Snippets Groups Projects
Commit e146482d authored by scott snyder's avatar scott snyder
Browse files

fix typo in abs() example.

parent 8e98bf79
No related branches found
No related tags found
No related merge requests found
......@@ -1733,7 +1733,7 @@ float foo (float x)
#+BEGIN_EXAMPLE
#include <cmath>
float int (int x)
int (int x)
{
return fabs(x);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment