From db4ad0bda80f8bf45242ef366dd42986a4accc5e Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Sun, 5 Sep 2021 03:23:30 +0000 Subject: [PATCH] Hyphenated a phrase. --- Readme.markdown | 2 +- java/src/main/java/io/nayuki/qrcodegen/package-info.java | 2 +- python/setup.py | 2 +- rust/Readme.markdown | 2 +- rust/src/lib.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.markdown b/Readme.markdown index e4a28b8..a020a63 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -21,7 +21,7 @@ Core features: * Output format: Raw modules/pixels of the QR symbol * Detects finder-like penalty patterns more accurately than other implementations * Encodes numeric and special-alphanumeric text in less space than general text -* Open source code under the permissive MIT License +* Open-source code under the permissive MIT License Manual parameters: diff --git a/java/src/main/java/io/nayuki/qrcodegen/package-info.java b/java/src/main/java/io/nayuki/qrcodegen/package-info.java index 04ff2cd..461d1ea 100644 --- a/java/src/main/java/io/nayuki/qrcodegen/package-info.java +++ b/java/src/main/java/io/nayuki/qrcodegen/package-info.java @@ -12,7 +12,7 @@ *
  • Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard

  • *
  • Output format: Raw modules/pixels of the QR symbol

  • *
  • Encodes numeric and special-alphanumeric text in less space than general text

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

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

  • * *

    Manual parameters:

    *