aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorAlexander Pugachev <[email protected]>2017-05-05 00:22:02 +0100
committerGitHub <[email protected]>2017-05-05 00:22:02 +0100
commit11fc1a6a4d059479d764970c062f61bd2b5082f5 (patch)
tree0f898907e29ec4ad5b30c8165f106244a52926b4 /lib/common_test
parent4261ee2caae48ad7e215144c5abbfd34fffb35e5 (diff)
downloadotp-11fc1a6a4d059479d764970c062f61bd2b5082f5.tar.gz
otp-11fc1a6a4d059479d764970c062f61bd2b5082f5.tar.bz2
otp-11fc1a6a4d059479d764970c062f61bd2b5082f5.zip
Fixed typo.
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/doc/src/basics_chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/basics_chapter.xml b/lib/common_test/doc/src/basics_chapter.xml
index b349d93813..9be71ae5df 100644
--- a/lib/common_test/doc/src/basics_chapter.xml
+++ b/lib/common_test/doc/src/basics_chapter.xml
@@ -75,7 +75,7 @@
<p><c>Common Test</c> is also a very useful tool for white-box testing Erlang
code (for example, module testing), as the test programs can call exported Erlang
- functions directly. there is very little overhead required for
+ functions directly. There is very little overhead required for
implementing basic test suites and executing simple tests. For black-box
testing Erlang software, Erlang RPC and standard O&amp;M interfaces
can be used for example.