Updated README.rst

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
diff --git a/tests/net_attr/README.rst b/tests/net_attr/README.rst
index 9ff9d03..d0d98ed 100644
--- a/tests/net_attr/README.rst
+++ b/tests/net_attr/README.rst
@@ -1,4 +1,4 @@
-Test for multiple occurrence of the same numerical net id in the "netnames" list.
-+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+Test for handling nets consisting of multiple wires
++++++++++++++++++++++++++++++++++++++++++++++++++++
 
-When connecting a signal through multiple wires Yosys assigns name of each of them to the same net id. Such a case triggered a bug in V2X causing it to crash. This test verifies that the reworked handling of "netnames" in V2X behaves properly.
+This test verifies correct handling of nets that pass through multiple wires. In such cases Yosys assigns multiple names to that net.
\ No newline at end of file