From 207cec5bcc0522d44335e49b33ed99e47fce694c Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Thu, 4 Apr 2024 14:48:38 -0300 Subject: [PATCH] Update docs --- docs/how-to/how-to-support-gs64-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-support-gs64-options.md b/docs/how-to/how-to-support-gs64-options.md index a8150d5..800a26f 100644 --- a/docs/how-to/how-to-support-gs64-options.md +++ b/docs/how-to/how-to-support-gs64-options.md @@ -7,7 +7,7 @@ Rowan has support to specify these options using the Tonel format by filling the `gs_options` metadata in the class creation section. However, Pharo will be default remove this metadata when committing code, which loses these options. To avoid this behavior and retain the options, load the `Tool` group -and send in the class `initialize` message one of the following messages: +and send in a post load script one of the following messages to the class: - `makeInstancesDbTransient` - `makeInstancesInvariant`