More coverage tuning

This commit is contained in:
Dave Shanley
2023-03-26 06:04:11 -04:00
parent 33bd9621c5
commit 1bc04418db
4 changed files with 22 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ type DocumentConfiguration struct {
BaseURL *url.URL
// If resolving locally, the BasePath will be the root from which relative references will be resolved from.
// It usually location of the root specification.
// It's usually the location of the root specification.
BasePath string // set the Base Path for resolving relative references if the spec is exploded.
// AllowFileReferences will allow the index to locate relative file references. This is disabled by default.