Skip to content

Commit

Permalink
Apostrophe instead of quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbysekz committed Sep 2, 2020
1 parent 6e3d527 commit a2b8ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/htm/regions/SPRegion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Spec *SPRegion::createSpec() {
ParameterSpec("(float)\n"
"The default connected threshold.Any synapse whose "
"permanence value is "
"above the connected threshold is a \"connected synapse\", "
"above the connected threshold is a 'connected synapse', "
"meaning it can "
"contribute to the cell's firing. Default ``0.1``.",
NTA_BasicType_Real32, // type
Expand Down Expand Up @@ -404,7 +404,7 @@ Spec *SPRegion::createSpec() {
"when "
"either its previously learned inputs are no longer ever active, or "
"when "
"the vast majority of them have been \"hijacked\" by other "
"the vast majority of them have been 'hijacked' by other "
"columns.Default "
"``0.001``.",
NTA_BasicType_Real32, // type
Expand Down

0 comments on commit a2b8ab1

Please sign in to comment.