fix hyphen (#378)

This uses an em dash instead of double lines (--)
This commit is contained in:
tacheometry
2021-01-06 22:49:05 +02:00
committed by GitHub
parent 3b149cc875
commit 02dbd4ba75

View File

@@ -8,7 +8,7 @@ Error.Kind = {
},
ConnectFailed = {
message = "Couldn't connect to the Rojo server.\n" ..
"Make sure the server is running -- use 'rojo serve' to run it!",
"Make sure the server is running use 'rojo serve' to run it!",
},
Timeout = {
message = "HTTP request timed out.",
@@ -63,4 +63,4 @@ function Error.fromRobloxErrorString(message)
return Error.new(Error.Kind.Unknown, message)
end
return Error
return Error