1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

docs: fix teh typo

This commit is contained in:
Delyan Angelov
2022-05-06 09:10:42 +03:00
parent f956acd2f6
commit 7f974a275a
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ fn (mut p Parser) fn_decl() ast.FnDecl {
p.tok.pos())
}
'_fastcall' {
p.note_with_pos('teh tag [_fastcall] has been deprecated, it will be an error after 2022-06-01, use `[callconv: fastcall]` instead',
p.note_with_pos('the tag [_fastcall] has been deprecated, it will be an error after 2022-06-01, use `[callconv: fastcall]` instead',
p.tok.pos())
}
'callconv' {