We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30d160 commit 67d64c7Copy full SHA for 67d64c7
pkgs/test_process/README.md
@@ -1,4 +1,4 @@
1
-A library for testing subprocesses.
+A package for testing subprocesses.
2
3
This exposes a [`TestProcess`][TestProcess] class that wraps `dart:io`'s
4
[`Process`][Process] class and makes it easy to read standard output
pkgs/test_process/pubspec.yaml
@@ -1,6 +1,6 @@
name: test_process
version: 1.0.0
-description: A library for testing subprocesses.
+description: A package for testing subprocesses.
author: Dart Team <misc@dartlang.org>
5
homepage: https://github.com/dart-lang/test_process
6
0 commit comments