Skip to content

Commit abfc181

Browse files
authored
Standardize code examples (#461)
1 parent cbe0b22 commit abfc181

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ main {
197197
if system.args.length === 2 {
198198
port = system.args[1]
199199
} else {
200-
port=8080;
200+
port = 8080;
201201
}
202202
web.route.add("/", home)
203203
web.route.add("*", error)

docs/README_AR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ main {
215215
if system.args.length === 2 {
216216
port = system.args[1]
217217
} else {
218-
port=8080;
218+
port = 8080;
219219
}
220220
web.route.add("/", home)
221221
web.route.add("*", error)

docs/README_ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main {
195195
if system.args.length === 2 {
196196
port = system.args[1]
197197
} else {
198-
port=8080;
198+
port = 8080;
199199
}
200200
web.route.add("/", home)
201201
web.route.add("*", error)

docs/README_FA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ main {
220220
if system.args.length === 2 {
221221
port = system.args[1]
222222
} else {
223-
port=8080;
223+
port = 8080;
224224
}
225225
web.route.add("/", home)
226226
web.route.add("*", error)

docs/README_FIL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main {
195195
if system.args.length === 2 {
196196
port = system.args[1]
197197
} else {
198-
port=8080;
198+
port = 8080;
199199
}
200200
web.route.add("/", home)
201201
web.route.add("*", error)

docs/README_FR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ main {
194194
if system.args.length === 2 {
195195
port = system.args[1]
196196
} else {
197-
port=8080;
197+
port = 8080;
198198
}
199199
web.route.add("/", home)
200200
web.route.add("*", error)

docs/README_IT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ main {
196196
if system.args.length === 2 {
197197
port = system.args[1]
198198
} else {
199-
port=8080;
199+
port = 8080;
200200
}
201201
web.route.add("/", home)
202202
web.route.add("*", error)

docs/README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ main {
196196
if system.args.length === 2 {
197197
port = system.args[1]
198198
} else {
199-
port=8080;
199+
port = 8080;
200200
}
201201
web.route.add("/", home)
202202
web.route.add("*", error)

docs/README_KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ main {
196196
if system.args.length === 2 {
197197
port = system.args[1]
198198
} else {
199-
port=8080;
199+
port = 8080;
200200
}
201201
web.route.add("/", home)
202202
web.route.add("*", error)

docs/README_RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main {
195195
if system.args.length === 2 {
196196
port = system.args[1]
197197
} else {
198-
port=8080;
198+
port = 8080;
199199
}
200200
web.route.add("/", home)
201201
web.route.add("*", error)

0 commit comments

Comments
 (0)