diff --git a/Site/modding/lynk-walkthrough/code.md b/Site/modding/lynk-walkthrough/code.md index aebb6b60..018c8bd7 100644 --- a/Site/modding/lynk-walkthrough/code.md +++ b/Site/modding/lynk-walkthrough/code.md @@ -9,7 +9,7 @@ Open the Lynk.cs File and ctrlA backspace. The following is a blank template for a robot: ```cs title="/src/components/Lynk.cs" -Namespace Prefabs.Reefscape.Robots._9496 +namespace Prefabs.Reefscape.Robots._9496 { public class Lynk: ReefscapeRobotBase { @@ -366,4 +366,4 @@ private void PlacePiece() } ``` -Now back to the editor… \ No newline at end of file +Now back to the editor…