Skip to content

Commit ca87f46

Browse files
committed
doc: 更新文档
1 parent 3f864f0 commit ca87f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Pages/ErrorPage.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ protected override void OnInitialized()
2121
var b = 0;
2222

2323
// 这里会抛出异常
24-
var c = 1 / b;
24+
var c = a / b;
2525
}
2626
}

0 commit comments

Comments
 (0)