Skip to content

Commit

Permalink
Replaced Obsidian with Solidity in the Solidity materials.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Jan 14, 2020
1 parent c5b7ac5 commit 34cc370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solidity_user_guide/source/tutorial/blockchain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ The compiler never automatically creates setters.

Concurrency
------------
On the blockchain, all transactions execute sequentially. As a result, you do not have to worry about concurrency in Obsidian; if your transaction is executing, no other transactions are executing concurrently.
On the blockchain, all transactions execute sequentially. As a result, you do not have to worry about concurrency in Solidity; if your transaction is executing, no other transactions are executing concurrently.
2 changes: 1 addition & 1 deletion solidity_user_guide/source/tutorial/tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Obsidian Tutorial
Solidity Tutorial
==================

.. toctree::
Expand Down

0 comments on commit 34cc370

Please sign in to comment.