Skip to content
Snippets Groups Projects
Commit eddfe433 authored by tholenst's avatar tholenst Committed by Copybara-Service
Browse files

Fix typo in documenation.

PiperOrigin-RevId: 256358888
parent f3f0a83d
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,8 @@ class PrivateKeyManagerImpl<
// Using this, all template arguments except the first one can be infered.
// Example:
// std::unique_ptr<KeyManager<PublicKeySign>> km =
// MakeKeyManager<PublicKeySign>(internal_private_km, internal_public_km);
// MakePrivateKeyManager<PublicKeySign>(internal_private_km,
// internal_public_km);
template <class Primitive, class PrivateKeyProto, class KeyFormatProto,
class PublicKeyProto, class PrivatePrimitivesList,
class PublicPrimitivesList>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment