Skip to content

Commit 69719b2

Browse files
committed
Docs: minor typo fixes
1 parent 1f3cd85 commit 69719b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1717

1818
### Added
1919
- [#532](https://github.com/ForNeVeR/Cesium/issues/532): negative number support in preprocessor expressions. Thanks to @nt-devilboi!
20-
- [#863](https://github.com/ForNeVeR/Cesium/pull/863): experimental `open_memsrteam` extension. Thanks to @kant2002!
20+
- [#863](https://github.com/ForNeVeR/Cesium/pull/863): experimental `open_memstream` extension. Thanks to @kant2002!
2121
- [#935](https://github.com/ForNeVeR/Cesium/pull/935): compound multidimensional array initialization. Thanks to @kant2002!
2222
- [#865](https://github.com/ForNeVeR/Cesium/pull/865): `strstr` function. Thanks to @kant2002!
2323
- [#867](https://github.com/ForNeVeR/Cesium/pull/867): anonymous global enum constant support. Thanks to @kant2002!
@@ -27,7 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2727
- `fread`,
2828
- `fwrite`,
2929
- `fputc`,
30-
- `vprtinf`,
30+
- `vprintf`,
3131
- `fflush`.
3232
Thanks to @kant2002!
3333
- [#355](https://github.com/ForNeVeR/Cesium/issues/355): static struct layout calculation. Thanks to @kant2002!

Cesium.Sdk/Sdk/Sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2023-2025 Cesium contributors <https://github.com/ForNeVeR/Cesium>
2+
SPDX-FileCopyrightText: 2023-2026 Cesium contributors <https://github.com/ForNeVeR/Cesium>
33
44
SPDX-License-Identifier: MIT
55
-->

0 commit comments

Comments
 (0)