From c3683fb6260e292c0b6a18363fb9eec571561962 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 8 Apr 2019 10:57:42 +0800 Subject: [PATCH] C++ -> Class --- README.md | 4 ++-- RELEASE-NOTES.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cb66fe3..98694600 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ If you are intersted in hacking the MiniGUI code, please use this repository. ## NEW FEATURES IN VERSION 4.0.x In this version, we enhanced and tuned the APIs related to text rendering, -in order to support [HybridOS Foundation C++ Library]. +in order to support [HybridOS Foundation Class Library]. * MiniGUI now provides complete APIs for Unicode characters processing. These APIs conform to Unicode 12.0. @@ -416,4 +416,4 @@ the commercial license of MiniGUI, please write to sales@minigui.com. . [HybridOS]: https://github.com/FMSoftCN/hybridos -[HybridOS Foundation C++ Library]: https://github.com/FMSoftCN/hybridos/tree/dev/device-side/hfcl +[HybridOS Foundation Class Library]: https://github.com/FMSoftCN/hybridos/tree/dev/device-side/hfcl diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b772f6d9..ba59179c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -684,5 +684,5 @@ report any bugs and incompatibilities in [HybridOS]: https://github.com/FMSoftCN/hybridos -[HybridOS Foundation C++ Library]: https://github.com/FMSoftCN/hybridos/tree/dev/device-side/hfcl +[HybridOS Foundation Class Library]: https://github.com/FMSoftCN/hybridos/tree/dev/device-side/hfcl [CSS Text Module Level 3]: https://www.w3.org/TR/css-text-3/