Skip to content

Commit

Permalink
docs: add and correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Sep 24, 2024
1 parent 121a69a commit 6430113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Anoma/ProvingSystem/ComplianceProof.juvix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- An instantiation of a Proving System for Delta proofs.
--- An instantiation of a proving System for compliance proofs.
module Anoma.ProvingSystem.ComplianceProof;

import Stdlib.Prelude open using {Bool};
Expand Down
2 changes: 1 addition & 1 deletion Anoma/ProvingSystem/DeltaProof.juvix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- An instantiation of a Proving System for Delta proofs.
--- An instantiation of a proving System for delta proofs.
module Anoma.ProvingSystem.DeltaProof;

import Stdlib.Prelude open using {Bool};
Expand Down
1 change: 1 addition & 0 deletions Anoma/ProvingSystem/ResourceLogicProof.juvix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--- An instantiation of a proving System for resource logic proofs.
module Anoma.ProvingSystem.ResourceLogicProof;

import Stdlib.Prelude open using {Bool};
Expand Down

0 comments on commit 6430113

Please sign in to comment.