Hyphenated a phrase.

This commit is contained in:
Project Nayuki 2021-09-05 03:23:30 +00:00
parent 4c74eea03e
commit db4ad0bda8
5 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -12,7 +12,7 @@
* <li><p>Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard</p></li>
* <li><p>Output format: Raw modules/pixels of the QR symbol</p></li>
* <li><p>Encodes numeric and special-alphanumeric text in less space than general text</p></li>
* <li><p>Open source code under the permissive MIT License</p></li>
* <li><p>Open-source code under the permissive MIT License</p></li>
* </ul>
* <p>Manual parameters:</p>
* <ul>

View File

@ -71,7 +71,7 @@ Core features:
* 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:

View File

@ -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:

View File

@ -41,7 +41,7 @@
//! - 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:
//!