diff options
author | Hans Bolinder <[email protected]> | 2017-05-05 14:43:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-05 14:43:32 +0200 |
commit | 7cf3f875a4b19cb10618757ab1744a67cc083ad1 (patch) | |
tree | 0f898907e29ec4ad5b30c8165f106244a52926b4 | |
parent | 193b699b01bec9e5cbbe32358b3ad9c5f9c455a5 (diff) | |
parent | 11fc1a6a4d059479d764970c062f61bd2b5082f5 (diff) | |
download | otp-7cf3f875a4b19cb10618757ab1744a67cc083ad1.tar.gz otp-7cf3f875a4b19cb10618757ab1744a67cc083ad1.tar.bz2 otp-7cf3f875a4b19cb10618757ab1744a67cc083ad1.zip |
Merge pull request #1441 from peroksid/master
Fixed typo.
-rw-r--r-- | lib/common_test/doc/src/basics_chapter.xml | 2 |
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&M interfaces can be used for example. |