Skip to content

Commit

Permalink
[libc][docs] Fix outdated code review section, as per #91934 (#92051)
Browse files Browse the repository at this point in the history
As in the title, fixes #91934
  • Loading branch information
cyuria committed May 15, 2024
1 parent a71e2b9 commit d3455f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libc/src/math/docs/add_math_function.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ implementation (which is very often glibc).

## Code reviews

We follow the code review process of LLVM with Phabricator:
We use GitHub's inbuilt pull request system for code review:
```
https://llvm.org/docs/Phabricator.html
https://docs.github.com/articles/about-collaborative-development-models
https://docs.github.com/articles/about-pull-requests
```

0 comments on commit d3455f4

Please sign in to comment.