"vscode:/vscode.git/clone" did not exist on "bc3320b7f1daab522685c67d79b47fd0baddb95c"
Commit a2534cb7 authored by zhanyong.wan's avatar zhanyong.wan
Browse files

Fixes a typo in comment, by Vlad Losev.

parent 40604f89
...@@ -171,7 +171,7 @@ class ParamGeneratorInterface { ...@@ -171,7 +171,7 @@ class ParamGeneratorInterface {
virtual ParamIteratorInterface<T>* End() const = 0; virtual ParamIteratorInterface<T>* End() const = 0;
}; };
// Wraps ParamGeneratorInetrface<T> and provides general generator syntax // Wraps ParamGeneratorInterface<T> and provides general generator syntax
// compatible with the STL Container concept. // compatible with the STL Container concept.
// This class implements copy initialization semantics and the contained // This class implements copy initialization semantics and the contained
// ParamGeneratorInterface<T> instance is shared among all copies // ParamGeneratorInterface<T> instance is shared among all copies
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment