Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: simplify doc strings
Fintan Halpenny committed 2 months ago
commit 912f25216dc3507c20c0882eaa7d006ac73c9fc5
parent 56485001b7925fefa77301e82bb87bfb80c15686
1 file changed +3 -3
modified src/bin/rad-job.rs
@@ -376,7 +376,7 @@ mod command {
    pub struct Run {
        /// Git commit which the run is processing.
        pub oid: Oid,
-
        /// URL to information about the run, such a live run log.
+
        /// URL to information about the run, e.g. a live run log.
        pub url: Url,
    }

@@ -387,7 +387,7 @@ mod command {
        pub oid: Oid,
        /// Run identifier, a UUID.
        pub run: Uuid,
-
        /// URL to information about the run, such a saved run log.
+
        /// URL to information about the run, e.g. a saved run log.
        pub url: Option<Url>,
    }

@@ -398,7 +398,7 @@ mod command {
        pub oid: Oid,
        /// Run identifier, a UUID.
        pub run: Uuid,
-
        /// URL to information about the run, such a saved run log.
+
        /// URL to information about the run, e.g. a saved run log.
        pub url: Option<Url>,
    }
}