Skip to content

Commit a0cd3da

Browse files
authored
Fix typo in Matchmaking class filename (#312)
Fix Typo in the Matchmaking file
1 parent bc28487 commit a0cd3da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/tutorials/2024-01-13-omeglin/2023-12-30-building-omegle-in-javalin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ src
5858
│ │ └── javalin
5959
│ │ └── omeglin
6060
│ │ ├── OmeglinMain.kt/java // main class
61-
│ │ └── Matchmaker.kt/java // matchmaking logic
61+
│ │ └── Matchmakaking.kt/java // matchmaking logic
6262
└── resources
6363
└── public
6464
├── index.html // html for the frontend

0 commit comments

Comments
 (0)