diff --git a/native/examples/4_bgv_basics.cpp b/native/examples/4_bgv_basics.cpp index 59ab846f..1e1597e6 100644 --- a/native/examples/4_bgv_basics.cpp +++ b/native/examples/4_bgv_basics.cpp @@ -142,7 +142,7 @@ void example_bgv_basics() cout << "NOTE: Decryption can be incorrect if noise budget is zero." << endl; cout << endl; - cout << "~~~~~~ Use modulus switching to calculate x^8. ~~~~~~" << endl; + cout << "~~~~~~ Use modulus switching to calculate x^8 ~~~~~~" << endl; /* Noise budget has reached 0, which means that decryption cannot be expected @@ -212,4 +212,4 @@ void example_bgv_basics() rate of noise budget in an application, one needs to carefully choose the location to insert modulus switching and manually choose coeff_modulus. */ -} +} \ No newline at end of file