diff options
Diffstat (limited to 'nix/tag/default.nix')
-rw-r--r-- | nix/tag/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/tag/default.nix b/nix/tag/default.nix index 766a45674933..4fe589825848 100644 --- a/nix/tag/default.nix +++ b/nix/tag/default.nix @@ -24,7 +24,7 @@ let val = null; }; - # like `isTag`, but throws the error message if it is not a tag. + # like `verifyTag`, but throws the error message if it is not a tag. assertIsTag = tag: let res = verifyTag tag; in assert lib.assertMsg res.isTag res.errmsg; |