Commit ef41af2
Fix typo in pod example for comparing versions.
The example in version.pod for comparing versions line #227 says "FALSE"
but it should be "TRUE" since v.95.0 < v.960.0. But if we fix it to
"TRUE", it does not illustrate the trap very well, so I changed the
wording a little bit.1 parent fe76e18 commit ef41af2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments