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

fix(typo): How to replace the default logical database instance #2938

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lepiter/o6ovnaw9ztv9mkvhqf4x8r1d.lepiter
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,13 @@
},
"editEmail" : {
"__type" : "email",
"emailString" : "<unknown>"
"emailString" : "[email protected]"
},
"editTime" : {
"__type" : "time",
"time" : {
"__type" : "dateAndTime",
"dateAndTimeString" : "2021-06-14T15:00:09.593807+02:00"
"dateAndTimeString" : "2022-12-07T11:40:22.80652+01:00"
}
},
"uid" : {
Expand All @@ -296,7 +296,7 @@
"paragraphStyle" : {
"__type" : "textStyle"
},
"string" : "After changing the logical database instace, we need to update all worlds as they hold a reference to the default database ([[How to update the content of all opened GtWorld instances]])"
"string" : "After changing the logical database instance, we need to update all worlds as they hold a reference to the default database ([[How to update the content of all opened GtWorld instances]])"
},
{
"__type" : "pharoSnippet",
Expand Down