Ver código fonte

Improve wording

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 4 anos atrás
pai
commit
c32ca913b0
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      docs/testing.rst

+ 3 - 3
docs/testing.rst

@@ -1,5 +1,5 @@
-Solang Testing
-==============
+Solang Test Suite
+=================
 
 Solang has a few test suites. These are all run on each pull request via
 `github actions <https://github.com/hyperledger-labs/solang/actions>`_.
@@ -55,5 +55,5 @@ Deploy contract on dev chain
 ----------------------------
 
 There are some tests in `integration <https://github.com/hyperledger-labs/solang/tree/main/integration/>`_
-which are written in node. These tests start an actual real chain (run via containers),
+which are written in node. These tests start an actual real chain via containers,
 and then deploying some tests contracts to them and interacting with them.