Fix language to be C

This commit is contained in:
Will Faught
2023-01-07 17:41:53 -08:00
parent addf46a079
commit dafba40358

View File

@@ -162,7 +162,7 @@ float Q_rsqrt( float number )
Result:
{{< paige/code lang="python" caption="Fast inverse square root" options="linenos=true,hl_lines=10" >}}
{{< paige/code lang="c" caption="Fast inverse square root" options="linenos=true,hl_lines=10" >}}
float Q_rsqrt( float number )
{
long i;