mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
typo: funct1_tau -> func1_tau
This commit is contained in:
parent
e75a7056c4
commit
b16eb424e9
|
@ -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)
|
||||
{
|
||||
// ???
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user