Skip to content

Commit b584681

Browse files
FAB-5011 correct support statement for javacc
Change-Id: Ic660bc1b3c5557ac9afa24b65829d241b205dc16 Signed-off-by: Christopher Ferris <[email protected]>
1 parent f6db2e5 commit b584681

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/blockchain.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,9 @@ application needs to interact with the ledger. In most cases chaincode only
187187
interacts with the database component of the ledger, the world state (querying
188188
it, for example), and not the transaction log.
189189

190-
You can write chaincode in several programming languages. Currently supported
191-
languages include GOLANG and Java with others coming soon.
190+
Chaincode can be implemented in several programming languages. The currently
191+
supported chaincode language is `Go <https://golang.org/>`__ with support
192+
for Java and other languages coming in subsequent releases.
192193

193194
**Privacy**
194195

0 commit comments

Comments
 (0)