Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typo + other things I see in the doc #676

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

bcm-at-zama
Copy link

@bcm-at-zama bcm-at-zama commented Dec 26, 2024

small typo + other proposed changes I am less sure of

@@ -70,7 +70,7 @@ contract TestAsyncDecrypt is SepoliaZamaFHEVMConfig, SepoliaZamaGatewayConfig, G

Remember our [**Encrypted Counter**](../../getting_started/first_smart_contract.md) contract from before? Here’s an improved version of it, upgraded to support decryption:

```
```solidity
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

less sure, you'll fix me if needed

@@ -169,7 +169,7 @@ describe("EncryptedCounter3", function () {
// Wait for decryption to complete
await awaitAllDecryptionResults();

// Check decrypted value (should be 3: initial 0 + three increments)
// Check decrypted value (should be 5: initial 0 + an increment of 5)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

less sure, you'll fix me if needed

@bcm-at-zama bcm-at-zama changed the title Fixing typo Fixing typo + other things I see in the doc Dec 26, 2024
@bcm-at-zama
Copy link
Author

(if everything is good, worth a squash)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants