Skip to content

Commit 831ea38

Browse files
committed
small fixes
1 parent 6bc2497 commit 831ea38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/codeflash-concepts/how-codeflash-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Codeflash implements several techniques to measure code performance accurately.
5959

6060
## Creating Pull Requests
6161

62-
Once an optimization passes all checks, Codeflash creates a pull request through the Codeflash GitHub app directly in your repository. The pull request includes the new code, the speedup percentage, an explanation of the optimization, test statistics including coverage, and the test content itself. You can review and merge the new code if it meets your standar
62+
Once an optimization passes all checks, Codeflash creates a pull request through the Codeflash GitHub app directly in your repository. The pull request includes the new code, the speedup percentage, an explanation of the optimization, test statistics including coverage, and the test content itself. You can review, edit, and merge the new code.

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This offers high confidence that the behavior of your code remains unchanged.
1818

1919
### Continuous Optimization
2020

21-
Because Codeflash is an automated process, you can install it as a GitHub action and have it optimize the new code on every pull request opened.
21+
Because Codeflash is an automated process, you can install it as a GitHub action and have it optimize the new code on every pull request.
2222
When Codeflash finds an optimization, it will ask you to review it. It will write a detailed explanation of the changes it made, and include all relevant info like % speed increase and proofs of correctness.
2323

2424
This is a great way to ensure that your code, your team's code and your AI Agent's code are optimized for performance before it causes a performance regression. We call this *Continuous Optimization*.

0 commit comments

Comments
 (0)