Improve wording.

This commit is contained in:
H. S. Teoh 2014-12-06 09:57:27 -08:00
parent 70a21cc66e
commit 58d3c4807c

12
index.d
View file

@ -8,7 +8,7 @@ Phobos standard library. The $(D etc) namespace is used for external C/C++
library bindings. The $(D core) namespace is used for low-level D runtime library bindings. The $(D core) namespace is used for low-level D runtime
functions.) functions.)
$(P The following table is a quick reference guide to which Phobos modules to $(P The following table is a quick reference guide for which Phobos modules to
use for a given category of functionality. Note that some modules may appear in use for a given category of functionality. Note that some modules may appear in
more than one category, as some Phobos modules are quite generic and can be more than one category, as some Phobos modules are quite generic and can be
applied in a variety of situations.) applied in a variety of situations.)
@ -128,8 +128,8 @@ $(BOOKTABLE ,
and $(D std.path) is for manipulating filesystem pathnames in a and $(D std.path) is for manipulating filesystem pathnames in a
platform-independent way.$(BR) platform-independent way.$(BR)
Note that $(D std.stream) and $(D std.cstream) are older, Note that $(D std.stream) and $(D std.cstream) are older,
deprecated modules slated to be replaced in the future; new code deprecated modules scheduled to be replaced in the future; new
should avoid relying on them. client code should avoid relying on them.
) )
) )
$(TR $(TR
@ -174,7 +174,7 @@ $(BOOKTABLE ,
$(LINK2 core_thread, core.thread) $(LINK2 core_thread, core.thread)
) )
$(TD These modules provide primitives for concurrent processing, $(TD These modules provide primitives for concurrent processing,
multithreading, synchronisation, and interacting with operating multithreading, synchronization, and interacting with operating
system processes.$(BR) system processes.$(BR)
$(D core.atomic) provides primitives for lock-free concurrent $(D core.atomic) provides primitives for lock-free concurrent
@ -310,8 +310,8 @@ $(BOOKTABLE ,
$(D std.typecons) provides various utilities for type construction $(D std.typecons) provides various utilities for type construction
and compile-time type introspection. It provides facilities for and compile-time type introspection. It provides facilities for
constructing of scoped variables and reference-counted types, as constructing scoped variables and reference-counted types, as well
well as miscellaneous useful generic types such as tuples and as miscellaneous useful generic types such as tuples and
flags.$(BR) flags.$(BR)
$(D std.bitmanip) provides various bit-level operations, bit $(D std.bitmanip) provides various bit-level operations, bit