mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: fix typos (#18229)
This commit is contained in:
@ -104,6 +104,6 @@ fn middleware_early(mut ctx vweb.Context) bool {
|
||||
println('4')
|
||||
ctx.text(':(')
|
||||
|
||||
// returns false, so the middleware propogation is stopped and the user will see the text ":("
|
||||
// returns false, so the middleware propagation is stopped and the user will see the text ":("
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user