Skip to content

Commit

Permalink
chore(docs): fix some comments (#3873)
Browse files Browse the repository at this point in the history
Signed-off-by: divdeploy <[email protected]>
  • Loading branch information
divdeploy authored Apr 5, 2024
1 parent f9eee28 commit 3df9ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The development node is configured to produce a block every slot and to finalise

### Run Gossamer Node

The gossamer node runs by default as an authority with 9 authorites set at genesis. The built-in keys, corresponding to the authorities, that are available for the node are `alice`, `bob`, `charlie`, `dave`, `eve`, `ferdie`, `george`, and `ian`.
The gossamer node runs by default as an authority with 9 authorities set at genesis. The built-in keys, corresponding to the authorities, that are available for the node are `alice`, `bob`, `charlie`, `dave`, `eve`, `ferdie`, `george`, and `ian`.

To initialise a gossamer node:

Expand Down
2 changes: 1 addition & 1 deletion pkg/trie/inmemory/in_memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ func concatenateSlices(sliceOne, sliceTwo []byte, otherSlices ...[]byte) (concat
}

if allNil {
// Return a nil slice instead of an an empty slice
// Return a nil slice instead of an empty slice
// if all slices are nil.
return nil
}
Expand Down

0 comments on commit 3df9ea1

Please sign in to comment.