Skip to content

Commit dbc4071

Browse files
authored
veb: fix readme typo (#24645)
1 parent 55d004e commit dbc4071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/veb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub fn (app &App) hello_user(mut ctx Context, user string) veb.Result {
175175
vv
176176
@['/document/:id'] vv
177177
pub fn (app &App) get_document(mut ctx Context, id int) veb.Result {
178-
return ctx.text('Hello ${user}')
178+
return ctx.text('Document ${id}')
179179
}
180180
```
181181

0 commit comments

Comments
 (0)