Hyphenated a phrase.

pull/134/head
Project Nayuki 4 years ago
parent 4c74eea03e
commit db4ad0bda8

@ -21,7 +21,7 @@ Core features:
* Output format: Raw modules/pixels of the QR symbol * Output format: Raw modules/pixels of the QR symbol
* Detects finder-like penalty patterns more accurately than other implementations * Detects finder-like penalty patterns more accurately than other implementations
* Encodes numeric and special-alphanumeric text in less space than general text * 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: Manual parameters:

@ -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>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>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>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> * </ul>
* <p>Manual parameters:</p> * <p>Manual parameters:</p>
* <ul> * <ul>

@ -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 * 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 * Output format: Raw modules/pixels of the QR symbol
* Encodes numeric and special-alphanumeric text in less space than general text * 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: Manual parameters:

@ -21,7 +21,7 @@ Core features:
* Output format: Raw modules/pixels of the QR symbol * Output format: Raw modules/pixels of the QR symbol
* Detects finder-like penalty patterns more accurately than other implementations * Detects finder-like penalty patterns more accurately than other implementations
* Encodes numeric and special-alphanumeric text in less space than general text * 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: Manual parameters:

@ -41,7 +41,7 @@
//! - Output format: Raw modules/pixels of the QR symbol //! - Output format: Raw modules/pixels of the QR symbol
//! - Detects finder-like penalty patterns more accurately than other implementations //! - Detects finder-like penalty patterns more accurately than other implementations
//! - Encodes numeric and special-alphanumeric text in less space than general text //! - 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: //! Manual parameters:
//! //!

Loading…
Cancel
Save