Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c40bc44

Browse files
Change "there own" to "their own" in Flutter-GPU docs (#54921)
Changed the word "there" to "their" in Flutter GPU doc... which I think is correct, but I could be wrong. Thanks! - [] I listed at least one issue that this PR fixes in the description above. - [] I added new tests to check the change I am making or feature I am adding, or the PR is [test-exempt]. See [testing the engine] for instructions on writing and running engine tests. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 419fb8c commit c40bc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/impeller/Flutter-GPU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Currently, our best getting started resource is [this article](https://medium.co
1212

1313
There is also an experimental 3D rendering package powered by Flutter GPU called [Flutter Scene](https://pub.dev/packages/flutter_scene).
1414

15-
Flutter GPU is a low level API for building rendering packages from scratch. Graphics programming has a steep learning curve, and it's likely that most users will opt to use a higher level rendering package rather than build there own.
15+
Flutter GPU is a low level API for building rendering packages from scratch. Graphics programming has a steep learning curve, and it's likely that most users will opt to use a higher level rendering package rather than build their own.
1616

1717
## Distribution
1818

0 commit comments

Comments
 (0)