Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Mar 25, 2022
1 parent 2c8d033 commit c496fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/common-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function foo(bar as int) {
}
```

如果你真的有这个需求,可以考虑新建一个参数,初值设为参数
如果你真的有这个需求,可以考虑新建一个变量,初值设为参数

```csharp
function foo(bar as int) {
Expand Down

0 comments on commit c496fc6

Please sign in to comment.