Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cob: fix documentation
Fintan Halpenny committed 1 year ago
commit 61865b5b5ad715e2b812087947281f0add9aa05e
parent 8e2fe6449ef83462d05e59d9d8744a088fadfe9a
1 file changed +1 -1
modified radicle-cob/src/backend/git/stable.rs
@@ -53,7 +53,7 @@ pub fn read_timestamp() -> i64 {
///
/// # Usage
///
-
/// ```no_run
+
/// ```rust, ignore
/// let oid1 = with_advanced_timestamp(|| cob.update("New revision OID"));
/// let oid2 = with_advanced_timestamp(|| cob.update("Another revision OID"));
/// ```