Internal change

PiperOrigin-RevId: 951357178
diff --git a/sandbox/README.md b/sandbox/README.md
index aeedf11..5baba95 100644
--- a/sandbox/README.md
+++ b/sandbox/README.md
@@ -51,7 +51,7 @@
 
    ```
    sandboxed_hunspell::LibHunspellSapiSandbox sbx;
-   SAPI_RETURN_IF_ERROR(sbx.Init());
+   ABSL_RETURN_IF_ERROR(sbx.Init());
    ```
 
 1. Create the API object with the initialized sandbox: