From 5615dbab5d88a59a15c7d4b69d4b837bdb3c2a41 Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Sun, 5 Sep 2021 04:13:10 +0000 Subject: [PATCH] Hyphenated a phrase. --- Readme.markdown | 2 +- src/io/nayuki/fastqrcodegen/package-info.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.markdown b/Readme.markdown index b0e0e0f..399f58c 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -23,7 +23,7 @@ Core features: * Encodes Japanese Unicode text in kanji mode to save a lot of space compared to UTF-8 bytes * Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji parts * Detects finder-like penalty patterns more accurately than other implementations -* Open source code under the permissive MIT License +* Open-source code under the permissive MIT License Manual parameters: diff --git a/src/io/nayuki/fastqrcodegen/package-info.java b/src/io/nayuki/fastqrcodegen/package-info.java index 0ab23a6..1c48734 100644 --- a/src/io/nayuki/fastqrcodegen/package-info.java +++ b/src/io/nayuki/fastqrcodegen/package-info.java @@ -14,7 +14,7 @@ *
  • Encodes Japanese Unicode text in kanji mode to save a lot of space compared to UTF-8 bytes

  • *
  • Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji parts

  • *
  • Detects finder-like penalty patterns more accurately than other implementations

  • - *
  • Open source code under the permissive MIT License

  • + *
  • Open-source code under the permissive MIT License

  • * *

    Manual parameters:

    *