From 4852033ba1574fd205ba41cb0e047902b620e644 Mon Sep 17 00:00:00 2001 From: Bread White Date: Wed, 3 Aug 2022 18:18:55 +0300 Subject: [PATCH] Fixed misprints into mode/* classes --- .../org/example/grooven/mode/algorithms/QrCodeManager.groovy | 2 +- .../org/example/grooven/mode/algorithms/Rot13Algorithm.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/groovy/org/example/grooven/mode/algorithms/QrCodeManager.groovy b/src/main/groovy/org/example/grooven/mode/algorithms/QrCodeManager.groovy index 3d5b133..7d74c03 100644 --- a/src/main/groovy/org/example/grooven/mode/algorithms/QrCodeManager.groovy +++ b/src/main/groovy/org/example/grooven/mode/algorithms/QrCodeManager.groovy @@ -17,7 +17,7 @@ import java.awt.image.BufferedImage /** - * A QR code (an initialism for quick response code) is a type of matrix barcode (or + * The QR code (an initialism for quick response code) is a type of matrix barcode (or * two-dimensional barcode) invented in 1994 by the Japanese automotive company Denso * Wave. A barcode is a machine-readable optical label that can contain information * about the item to which it is attached. In practice, QR codes often contain data for diff --git a/src/main/groovy/org/example/grooven/mode/algorithms/Rot13Algorithm.groovy b/src/main/groovy/org/example/grooven/mode/algorithms/Rot13Algorithm.groovy index bc5404e..f4fe014 100644 --- a/src/main/groovy/org/example/grooven/mode/algorithms/Rot13Algorithm.groovy +++ b/src/main/groovy/org/example/grooven/mode/algorithms/Rot13Algorithm.groovy @@ -2,7 +2,7 @@ package org.example.grooven.mode.algorithms /** - * ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter + * The Rot13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter * substitution cipher that replaces a letter with the 13th letter after it in * the alphabet. ROT13 is a special case of the Caesar cipher which was developed * in ancient Rome.