diff options
Diffstat (limited to 'html/313index-bounds-check.subx.html')
-rw-r--r-- | html/313index-bounds-check.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/313index-bounds-check.subx.html b/html/313index-bounds-check.subx.html index 06197c02..50c34ac6 100644 --- a/html/313index-bounds-check.subx.html +++ b/html/313index-bounds-check.subx.html @@ -54,7 +54,7 @@ if ('onhashchange' in window) { </script> </head> <body onload='JumpToLine();'> -<a href='https://github.com/akkartik/mu/blob/master/313index-bounds-check.subx'>https://github.com/akkartik/mu/blob/master/313index-bounds-check.subx</a> +<a href='https://github.com/akkartik/mu/blob/main/313index-bounds-check.subx'>https://github.com/akkartik/mu/blob/main/313index-bounds-check.subx</a> <pre id='vimCodeElement'> <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Helper to check an array's bounds, and to abort if they're violated.</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Really only intended to be called from code generated by mu.subx.</span> |