Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sites/docs/src/_includes/docs/china-mirror.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

### {{group}}

{% comment %}
<!-- 以下内容未被翻译工具正确替换,注释保证格式正确 -->
[{{group}}][] maintains the `{{url}}` mirror.
It includes the Flutter SDK and pub packages.
{% endcomment %}

[{{group}}][] 维护着 `{{url}}` 镜像。
它包括 Flutter SDK 和 pub package。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void main(){
print(res);
}

Function select(String opType){
NumberOp select(String opType){
if(opType == 'sum') return sum;
if(opType == 'sub') return sub;
return (a, b) => 0;
Expand Down