Skip to content

Commit c0b5ce4

Browse files
committed
soverign,substrate -> hex,epoch
1 parent 062a39a commit c0b5ce4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/vocabulary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ These units are artifacts of planetary history, not universal measures. They enc
113113

114114
---
115115

116-
## O-time - Standard Year and Time Units
116+
## O-time - Time Units
117117

118118
{{< o-time >}}
119119

layouts/shortcodes/o-time.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</head>
7373
<body>
7474
<div class="o-time-wrapper">
75-
<h3>o-time substrate (hex)</h3>
75+
<h3>o-time epoch (hex)</h3>
7676

7777
<table id="o-time-table">
7878
<thead>

layouts/shortcodes/orc-time.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<body>
9090

9191
<div class="o-time-wrapper">
92-
<h3>o-time epoch (sovereign)</h3>
92+
<h3>o-time epoch (hex)</h3>
9393
<table class="o-table">
9494
<thead>
9595
<tr><th>cyc</th><th>mth</th><th>day</th><th>ora</th><th>arc</th><th>min</th><th>tic</th></tr>
@@ -124,7 +124,7 @@ <h3>orc-time (time-zone projection)</h3>
124124
const SI_TRANSITIONS_PER_SEC = 9192631770n;
125125
const O_SEC_TRANSITIONS = 17179869184n;
126126

127-
const glyphs = "0123456789abcdef";
127+
const glyphs = "0123456789ABCDEF";
128128

129129
function toSovereign(n) {
130130
return glyphs[Number(n) & 0xF];
@@ -196,7 +196,7 @@ <h3>orc-time (time-zone projection)</h3>
196196
const pad = (s, n) => s.toString().padEnd(n, ' ');
197197

198198
const md = " ### Temporal Manifest\n\n" +
199-
" **o-time epoch (sovereign)**\n" +
199+
" **o-time epoch (hex)**\n" +
200200
" | cyc | mth | day | ora | arc | min | tic |\n" +
201201
" |-----|-----|-----|-----|-----|-----|-----|\n" +
202202
" | " + [

0 commit comments

Comments
 (0)