diff --git a/docs/ReFuel.StbImage.md b/docs/ReFuel.StbImage.md index 4c508a0..c99eed5 100644 --- a/docs/ReFuel.StbImage.md +++ b/docs/ReFuel.StbImage.md @@ -48,7 +48,7 @@ ReadOnlySpan pixels = image.AsSpan(); You can write any image file using `StbImage.WritePng`/`WriteBmp`/`WriteTga`/`WriteHdr` and `WriteJpg` functions. These will take a span, a stream and information about the format of the image. -If your wish is to write an `StbImage` instance back to disk, you can use the instance +If you wish to write an `StbImage` instance back to disk, you can use the instance functions of the same name. ```cs @@ -69,7 +69,7 @@ image.WriteJpg(stream, quality); ``` > [!WARNING] -> These funtions depend on non-thread safe global options. Even though the +> These functions depend on non-thread safe global options. Even though the > functions themselves are reentrant, it might require some synchronization. > This is a limitation of `stb_image_write` rather than `ReFuel.StbImage`. diff --git a/src/Dashboard b/src/Dashboard index 4925757..9dc6175 160000 --- a/src/Dashboard +++ b/src/Dashboard @@ -1 +1 @@ -Subproject commit 49257574f4ab7d740c6c9f17948f8883dc90d24e +Subproject commit 9dc6175f8b728cc5f89cab345b96ba1fcb64d536 diff --git a/src/ReFuel b/src/ReFuel index 7de1910..a68444b 160000 --- a/src/ReFuel +++ b/src/ReFuel @@ -1 +1 @@ -Subproject commit 7de1910e9ea7b98d6e26ad99e639315eb610228f +Subproject commit a68444b97eda718ff4eb105b35148a9a9afb1bfc diff --git a/src/ReFuel.StbImage b/src/ReFuel.StbImage index b7983c9..7bbb738 160000 --- a/src/ReFuel.StbImage +++ b/src/ReFuel.StbImage @@ -1 +1 @@ -Subproject commit b7983c96b205edfb6caf285aa1c5e134f228d08c +Subproject commit 7bbb7381997c49f3b004d568c6fa22764019fc62