diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-04 12:19:49 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-04 12:19:49 +0800 |
commit | ac45612d182ca50d529025763887a2c97ac67595 (patch) | |
tree | 893b1b6798524d5e6a08470b2111a005a1d59aec | |
parent | forge/setup: Note about cross compilation (diff) | |
download | website-ac45612d182ca50d529025763887a2c97ac67595.tar.gz website-ac45612d182ca50d529025763887a2c97ac67595.tar.zst website-ac45612d182ca50d529025763887a2c97ac67595.zip |
forge: Fix quotation marks
-rw-r--r-- | content/forge/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/forge/_index.md b/content/forge/_index.md index d8701b6..e699d15 100644 --- a/content/forge/_index.md +++ b/content/forge/_index.md @@ -58,7 +58,7 @@ The following shall function where they make sense: ### Merge requests Each version-controlled repo ("main repo") has an area for merge requests -("MR"s) which may be optionally enabled. A MR is a request to merge +(“MR”s) which may be optionally enabled. A MR is a request to merge changes from one branch ("source branch") into another ("destination branch"), in the same repo. The source branch usually, but not always, begins with `contrib/`. |