Fix typo in PHPDoc in \wcf\system\multifactor\totp\Totp
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 24 Nov 2020 10:33:39 +0000 (11:33 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 24 Nov 2020 10:33:39 +0000 (11:33 +0100)
wcfsetup/install/files/lib/system/user/multifactor/totp/Totp.class.php

index f4be80f15d2d6e79c19945585be06a87a9e5e8bd..8cf1cc08d65635b5ee1b4db1c7acf50e6267797b 100644 (file)
@@ -24,7 +24,7 @@ final class Totp {
        /**
         * The number of additional time steps allowed into each direction.
         * 
-        * `2` into each direction allows a total of 5`` codes in total.
+        * `2` into each direction allows a total of `5` codes in total.
         */
        private const LEEWAY = 2;