Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Apr 8, 2024
1 parent 73d317c commit 1f5be99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/internal/mdocspec/ocspec.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import (
rpb "github.com/openconfig/featureprofiles/proto/ocrpcs_go_proto"
)

// ErrNotFound indicates the user was not found or is unknown.
// ErrNotFound indicates the OpenConfig Path and RPC Coverage YAML block was
// not found or was invalid.
var ErrNotFound = fmt.Errorf(`did not detect valid yaml block under a heading titled %q, please see https://github.com/openconfig/featureprofiles/blob/main/doc/test-requirements-template.md for example`, OCSpecHeading)

// Parse extracts sorted OpenConfig Path and RPC Coverage from a
Expand Down

0 comments on commit 1f5be99

Please sign in to comment.