Skip to content

Commit b4e9221

Browse files
committed
Fix typo'd link
1 parent 9434f27 commit b4e9221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 0
66
Pluto is a superset of Lua 5.4 designed to assist with general-purpose programming & facilitate cleaner, more streamlined development via:
77
- A [greatly enhanced standard library](<category/runtime-environment>) and [pre-existing packages](<Packages#noteworthy-packages-for-pluto>).
88
- More than a dozen highly-desired syntaxes such as [switch statements](<New Features/Switch Blocks>), [compound operators](<New Operators#compound-operators>), [string interpolation](<New Features/String Interpolation>), [classes](<New Features/Object-Oriented Programming#class-statement>), [ternary expressions](<New Features/Ternary Expressions>), [enums](<New Features/Enumerations>), etc.
9-
- A myriad of other improvements, such as [generalized iteration](<Qol Improvements/Generalized Iteraction>), [compiler warnings](<New Features/Compiler Warnings>), and a [preprocessor](<New Features/Preprocessing>).
9+
- A myriad of other improvements, such as [generalized iteration](<QoL Improvements/Generalized Iteration>), [compiler warnings](<New Features/Compiler Warnings>), and a [preprocessor](<New Features/Preprocessing>).
1010

1111
Despite the immense additions, Pluto remains highly compatible with Lua:
1212
- (Mostly) compatible with Lua 5.4 source code.

0 commit comments

Comments
 (0)