summaryrefslogtreecommitdiff
path: root/include/pollex.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/pollex.php')
-rw-r--r--include/pollex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pollex.php b/include/pollex.php
index d4b9e69..6056aad 100644
--- a/include/pollex.php
+++ b/include/pollex.php
@@ -1,4 +1,4 @@
-<?php addHeading("Pollex", "about"); ?>
+<?php add_heading("Pollex", "about"); ?>
<section>
<p><em>Pollex</em> is a Rust crate for manipulating Arm ISA instructions. Its goal is to be used as a backend for Arm emulators, assemblers etc.</p>
@@ -8,7 +8,7 @@
<p>See more at <a href="https://crates.io/crates/pollex/"><code>crates.io</code></a>.</p>
</section>
-<?php addHeading("Docs", "docs"); ?>
+<?php add_heading("Docs", "docs"); ?>
<section>
<p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a>.</p>