Merge pull request #84 from Vincenzo-Petrolo:main

PiperOrigin-RevId: 424301145
Change-Id: I0336c5ffc2eeefe0ccecb7595b0881df23390bf6
reviewable/pr96/r4
Copybara-Service 2022-01-26 03:00:06 -08:00
commit cc6a1114d5
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ class PolicyBuilder final {
// Builds the policy returning a unique_ptr to it. This should only be called
// once.
// This function will abort if an error happened in any off the PolicyBuilder
// This function will abort if an error happened in any of the PolicyBuilder
// methods.
std::unique_ptr<Policy> BuildOrDie() { return TryBuild().value(); }