Skip to content

Commit

Permalink
docs(reference): Fix PkgIdSpec kind docs
Browse files Browse the repository at this point in the history
Fixes #15048
  • Loading branch information
epage committed Jan 10, 2025
1 parent c518f22 commit c2b3251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/src/reference/pkgid-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ query = ( "branch" | "tag" | "rev" ) "=" ref
pkgname := name [ ("@" | ":" ) semver ]
semver := digits [ "." digits [ "." digits [ "-" prerelease ] [ "+" build ]]]
kind = "registry" | "git" | "file"
proto := "http" | "git" | ...
kind = "registry" | "git" | "path"
proto := "http" | "git" | "file" | ...
```

Here, brackets indicate that the contents are optional.
Expand Down

0 comments on commit c2b3251

Please sign in to comment.