提交 f044f1f4 编写于 作者: M Manish Vasani

Fix typo

上级 68ef67c1
......@@ -45,7 +45,7 @@ public Option(string feature, string name)
}
public Option(string feature, string name, T defaultValue)
: this(feature, name, default, storageLocations: Array.Empty<OptionStorageLocation>())
: this(feature, name, defaultValue, storageLocations: Array.Empty<OptionStorageLocation>())
{
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册