Skip to content

Commit c1b7f75

Browse files
Copilotdannywillems
andcommitted
Restore "Protocol specification" label for documentation link
Changed line 91 in core/src/constants.rs back to "Protocol specification:" instead of "OCaml:" since this is a link to protocol documentation, not OCaml implementation code. Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com>
1 parent fb7e346 commit c1b7f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub struct ForkConstants {
8888
/// may differ between mainnet and testnets for development purposes.
8989
///
9090
/// OCaml: <https://github.com/MinaProtocol/mina/tree/compatible/src/config>
91-
/// OCaml: <https://github.com/MinaProtocol/mina/blob/compatible/docs/specs/types_and_structures/serialized_key.md>
91+
/// Protocol specification: <https://github.com/MinaProtocol/mina/blob/compatible/docs/specs/types_and_structures/serialized_key.md>
9292
#[derive(Clone, Debug)]
9393
pub struct ConstraintConstants {
9494
/// Number of sub-windows that make up a complete window.

0 commit comments

Comments
 (0)