diff --git a/native/src/seal/plaintext.h b/native/src/seal/plaintext.h index e4dedd0a2..d3fa61449 100644 --- a/native/src/seal/plaintext.h +++ b/native/src/seal/plaintext.h @@ -265,7 +265,7 @@ namespace seal /** Sets the value of the current plaintext to the polynomial represented by - the a given hexadecimal string. + the given hexadecimal string. The string description of the polynomial must adhere to the format returned by to_string(), which is of the form "7FFx^3 + 1x^1 + 3" and summarized