Fix supervisor scheme comment

Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
Monis Khan 2022-06-24 09:56:44 -04:00
parent d576e44f0a
commit f13c5e3f06
No known key found for this signature in database
GPG Key ID: 52C90ADA01B269B8
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
// Copyright 2022 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Package scheme contains code to construct a proper runtime.Scheme for the Concierge aggregated
// API.
// Package scheme contains code to construct a proper runtime.Scheme for the Supervisor aggregated API.
package scheme
import (