Skip to content

Commit

Permalink
Clean up example in query guide
Browse files Browse the repository at this point in the history
Summary:
redudnant `}`

Created from CodeHub with https://fburl.com/edit-in-codehub

Reviewed By: phlalx

Differential Revision: D66027927

fbshipit-source-id: 22c665cb6a76a00f845b7e5af3acd7db81614d0e
  • Loading branch information
thedavekwon authored and facebook-github-bot committed Nov 16, 2024
1 parent dc3575f commit af51d9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion glean/website/docs/angle/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ predicate Member :
method : { name : string, doc : maybe string } |
variable : { name : string }
}
}
```

The predicate `Has` maps a `Class` to a `Member` (with a `public_` or `private_` annotation), and a `Member` is either `method` or `variable`, with some associated data. Note that a `Class` might have more than one `Member`, which is fine: there can be multiple `Has` facts for a given `Class`.
Expand Down

0 comments on commit af51d9b

Please sign in to comment.