Merge pull request #7012 from MalikIdreesHasanKhan/main

Fixed a typo. ( Minor PR)
This commit is contained in:
Nick Rolfe
2021-11-01 11:30:13 +00:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ string access(int p) {
p.bitAnd(4) != 0 and result = "readable"
}
/** An expression specifing a file permission that allows group/others read or write access */
/** An expression specifying a file permission that allows group/others read or write access */
class PermissivePermissionsExpr extends Expr {
// TODO: non-literal expressions?
PermissivePermissionsExpr() {