File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/src/pages/formal-spec Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ const AGDA_MODULES = [
3434export default function FormalSpecPage ( ) : React . ReactElement {
3535 return (
3636 < Layout
37- title = "Formal Specification "
38- description = "Ouroboros Leios Formal Specification "
37+ title = "Formal specification "
38+ description = "Ouroboros Leios formal specification "
3939 >
4040 < main className = { styles . main } >
4141 < div className = { styles . container } >
42- < h1 > Ouroboros Leios Formal Specification </ h1 >
42+ < h1 > Ouroboros Leios formal specification </ h1 >
4343 < p >
4444 This section contains the formal specification of the Ouroboros Leios protocol,
4545 written in Agda. The specification provides a mathematical foundation for the
@@ -65,4 +65,4 @@ export default function FormalSpecPage(): React.ReactElement {
6565 </ main >
6666 </ Layout >
6767 ) ;
68- }
68+ }
You can’t perform that action at this time.
0 commit comments