Skip to content

Commit fe0b439

Browse files
committed
Minor update to README.m130.md
1 parent 10e4387 commit fe0b439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

relnotes/README.m130.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Since m128 (last beta release):
77

88
* We now build for Mac OS 11.0 (instead of 10.13; github CI warning)
99

10-
* We now binds uptream's experimental `skparagraph` module and the `SkParagraph` class,
10+
* We now bind uptream's experimental `skparagraph` module and the `SkParagraph` class,
1111
to provide multi-line text paragraph layout.
1212
The functionality is under the `skia.textlayout` namespace, as `Paragraph`, etc.
1313

1414
* There is a `FontMgr.OneFontMgr()` method which takes a font file or data, which returns
1515
a font manager having knowledge of exactly one font. `FontMgr.New_Custom_Empty()` has been
16-
overloaded as an alias to this too.
16+
overloaded as an alias to this, too.
1717

1818
* The `SkUnicode` class is now available under python as `skia.Unicode`.
1919

@@ -28,4 +28,4 @@ Since m128 (last beta release):
2828
* Improved preview of default arguments in function signatures
2929

3030
* Some parametric tests involving `skia.SurfaceProps` removed during the m87->m116 changes
31-
were re-added.
31+
are re-added.

0 commit comments

Comments
 (0)