fix wrong pluralization

This commit is contained in:
Marc Burns 2016-07-25 00:00:11 -04:00 committed by Vincent St-Amour
parent cdf9da7da4
commit ef41bf21cb

View File

@ -4,7 +4,7 @@
@title[#:tag "envvars"]{Environment Variables} @title[#:tag "envvars"]{Environment Variables}
An @deftech{environment variable set} encapsulates a partial mapping An @deftech{environment variable set} encapsulates a partial mapping
from byte strings to bytes strings. A Racket process's initial from byte strings to byte strings. A Racket process's initial
@tech{environment variable set} is connected to the operating system's @tech{environment variable set} is connected to the operating system's
environment variables: accesses or changes to the set read or change environment variables: accesses or changes to the set read or change
operating-system environment variables for the Racket process. operating-system environment variables for the Racket process.