Skip to content

Commit 095499d

Browse files
committed
documentation cleanup
1 parent 8fa4e00 commit 095499d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/package_info_plus/package_info_plus/lib/package_info_plus.dart

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ class PackageInfo {
3434
/// Retrieves package information from the platform.
3535
/// The result is cached.
3636
///
37-
/// Web: The plugin uses the generated version.json to read the package
38-
/// information.
37+
/// Web: Uses the generated version.json to read the package information.
3938
/// By default, the package uses the browser navigator base URL.
40-
/// Optionally, a custom version JSON URI can be provided.
39+
/// Optionally, a custom URI can be provided.
4140
static Future<PackageInfo> fromPlatform({Uri? customVersionJson}) async {
4241
if (_fromPlatform != null) {
4342
return _fromPlatform!;

0 commit comments

Comments
 (0)