Skip to content

Commit bcba080

Browse files
Fix capitalization of "GitHub". (#21257)
1 parent aef8142 commit bcba080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/source/docs/api_reference/Filesystem-API.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The JavaScript-based file system was originally written before pthreads were sup
3131

3232
`Design Doc Link <https://docs.google.com/document/d/1-ZxybGvz0nCqygUDuWxCcCBhCebev3EbUSYoSOlc49Q/edit?usp=sharing>`_
3333

34-
`Github Tracking Issue <https://github.com/emscripten-core/emscripten/issues/15041>`_
34+
`GitHub Tracking Issue <https://github.com/emscripten-core/emscripten/issues/15041>`_
3535

3636
Differences you may notice with the original JS filesystem include:
3737

site/source/docs/porting/simd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ instructions which operate on 128-bit wide vectors are supported
11521152
cleanly. This means that nearly any instruction which is not of a "q"
11531153
variant (i.e. "vaddq" as opposed to "vadd") will be scalarized.
11541154

1155-
These are pulled from `SIMDe repository on Github
1155+
These are pulled from `SIMDe repository on GitHub
11561156
<https://github.com/simd-everywhere/simde>`_. To update emscripten
11571157
with the latest SIMDe version, run `tools/simde_update.py`.
11581158

0 commit comments

Comments
 (0)