mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Merge pull request #7012 from MalikIdreesHasanKhan/main
Fixed a typo. ( Minor PR)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user