capitalize Diplomacy when used as a name

This commit is contained in:
Howard Mao
2019-09-09 20:28:30 -07:00
parent 1fee2b12f1
commit fd5e0024a7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
Diplomacy Connectors
====================
Nodes in a diplomacy graph are connected to each other with edges. The diplomacy
Nodes in a Diplomacy graph are connected to each other with edges. The Diplomacy
library provides four operators that can be used to form edges between nodes.
:=
@@ -9,7 +9,7 @@ library provides four operators that can be used to form edges between nodes.
This is the basic connection operator. It is the same syntax as the Chisel
uni-directional connector, but it is not equivalent. This operator connects
diplomacy node, not Chisel bundles.
Diplomacy nodes, not Chisel bundles.
The basic connection operator always creates a single edge between the two
nodes.