Skip to content

Commit

Permalink
Change comment vweb -> veb
Browse files Browse the repository at this point in the history
  • Loading branch information
esquerbatua authored Oct 9, 2024
1 parent e1480b6 commit c694097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/checker/fn.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn (mut c Checker) fn_decl(mut node ast.FnDecl) {
eprintln('>>> post processing node.name: ${node.name:-30} | ${node.generic_names} <=> ${c.table.cur_concrete_types}')
}
}
// record the vweb route methods (public non-generic methods):
// record the veb route methods (public non-generic methods):
if node.generic_names.len > 0 && node.is_pub {
typ_vweb_result := c.table.find_type_idx('veb.Result')
if node.return_type == typ_vweb_result {
Expand Down

0 comments on commit c694097

Please sign in to comment.