1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

Update pug.md (#5320)

Fixed Typo
This commit is contained in:
Atlas Cove
2025-06-01 22:37:41 +01:00
committed by GitHub
parent 155fc5db37
commit 6cf70be6d0

4
pug.md
View File

@@ -134,9 +134,9 @@ else
- const number = 5
if number < 5
p number is less then 5
p number is less than 5
else if number > 5
p number is greater then 5
p number is greater than 5
else
p number is 5
//- <p>number is 5</p>