mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
typo: funct1_tau -> func1_tau
This commit is contained in:
@@ -2496,7 +2496,7 @@ We can refactor:
|
|||||||
// ???
|
// ???
|
||||||
}
|
}
|
||||||
|
|
||||||
double funct1_tau(double val, int flag1, int flag2)
|
double func1_tau(double val, int flag1, int flag2)
|
||||||
{
|
{
|
||||||
// ???
|
// ???
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user