GitHub Action commited on
Commit
e8caa68
·
1 Parent(s): 5d36e57

Sync from GitHub with Git LFS

Browse files
Files changed (1) hide show
  1. docs/HMP-0004-v4.1.md +1 -1
docs/HMP-0004-v4.1.md CHANGED
@@ -1027,7 +1027,7 @@ def evaluateEthicalProposal(proposal, ethicsGraph):
1027
  vote = anonymizedVote(proposal)
1028
  logDecision(vote, diary="CognitiveDiary")
1029
  return vote
1030
- ````
1031
 
1032
  This allows ethical decisions to remain explainable while ensuring **epistemic independence** of agents.
1033
 
 
1027
  vote = anonymizedVote(proposal)
1028
  logDecision(vote, diary="CognitiveDiary")
1029
  return vote
1030
+ ```
1031
 
1032
  This allows ethical decisions to remain explainable while ensuring **epistemic independence** of agents.
1033