Clean up reference to deleted denied function

This commit is contained in:
Tim Allclair 2023-03-20 18:24:10 -07:00
parent c9ff286668
commit d109f60a05

View File

@ -156,7 +156,7 @@ import (
// allowed
//
// Returns true if the authorizer's decision for the check is "allow". Note that if the authorizer's decision is
// "no opinion", that both the 'allowed' and 'denied' functions will return false.
// "no opinion", that the 'allowed' function will return false.
//
// <Decision>.allowed() <bool>
//