From 202d4e79c6def996acf093de267ba6e657d9fa04 Mon Sep 17 00:00:00 2001
From: Gareth Rees
Date: Sat, 13 Apr 2013 17:31:33 +0100
Subject: [PATCH] Avoid sentence-initial "which", for ndl.
Copied from Perforce
Change: 181384
ServerID: perforce.ravenbrook.com
---
mps/manual/html/_sources/guide/lang.txt | 2 +-
mps/manual/html/guide/lang.html | 2 +-
mps/manual/source/guide/lang.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mps/manual/html/_sources/guide/lang.txt b/mps/manual/html/_sources/guide/lang.txt
index 9a650c7d117..3186774685f 100644
--- a/mps/manual/html/_sources/guide/lang.txt
+++ b/mps/manual/html/_sources/guide/lang.txt
@@ -116,7 +116,7 @@ Each constructor allocates memory for the new object by calling
Objects are never freed, because it is necessary to prove that they
are :term:`dead` before their memory can be :term:`reclaimed`. To
prove that they are dead, we need a :term:`tracing `
-:term:`garbage collector`. Which the MPS will provide.
+:term:`garbage collector`, which the MPS will provide.
.. index::
diff --git a/mps/manual/html/guide/lang.html b/mps/manual/html/guide/lang.html
index 9de7916449a..eb9cdf7e9a2 100644
--- a/mps/manual/html/guide/lang.html
+++ b/mps/manual/html/guide/lang.html
@@ -154,7 +154,7 @@ operate on objects generically, testing Objects are never freed, because it is necessary to prove that they
are dead before their memory can be reclaimed. To
prove that they are dead, we need a tracing
-garbage collector. Which the MPS will provide.
+garbage collector, which the MPS will provide.
3.2. Choosing an arena class
diff --git a/mps/manual/source/guide/lang.rst b/mps/manual/source/guide/lang.rst
index 9a650c7d117..3186774685f 100644
--- a/mps/manual/source/guide/lang.rst
+++ b/mps/manual/source/guide/lang.rst
@@ -116,7 +116,7 @@ Each constructor allocates memory for the new object by calling
Objects are never freed, because it is necessary to prove that they
are :term:`dead` before their memory can be :term:`reclaimed`. To
prove that they are dead, we need a :term:`tracing `
-:term:`garbage collector`. Which the MPS will provide.
+:term:`garbage collector`, which the MPS will provide.
.. index::