core: Fix doctest

Two code fences that do not contain are not marked as such, leading to
false negatives when testing `radicle-core`. To remedy, mark these
fences as text.
This commit is contained in:
Lorenz Leutgeb 2026-01-22 10:46:42 +01:00
parent b41ce2e6fa
commit bd5436d791
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
//! is a Ed25519 public key.
//!
//! The human-readable format is a multibase-encoded format of the underlying Ed25519 public key, i.e.
//! ```
//! ```text
//! MULTIBASE(base58-btc, MULTICODEC(public-key-type, raw-public-key-bytes))
//! ```
//! which results in strings that look like:
//! ```
//! ```text
//! z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
//! ```