Skip to content

Commit dcd8c38

Browse files
committed
renamed IsReadyForCreate note
1 parent 5292c40 commit dcd8c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spatial-anchors/tutorials/tutorial-new-unity-hololens-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Remember to add the import
196196
To save an anchor, the user must collect environment data.
197197
[!code-csharp[AzureSpatialAnchorsScript](../../../includes/spatial-anchors-new-unity-hololens-app-finished.md?range=198-231,256&highlight=28-33)]
198198
> [!Note]
199-
> A HoloLens can possibly reuse already captured environment data surrounding the anchor resulting in `IsReadyForCreate` to be true instantly when called.
199+
> A HoloLens can possibly reuse already captured environment data surrounding the anchor, resulting in `IsReadyForCreate` to be true already when called for the first time.
200200
201201
Now that the cloud spatial anchor has been prepared, we can try the actual save here.
202202
[!code-csharp[AzureSpatialAnchorsScript](../../../includes/spatial-anchors-new-unity-hololens-app-finished.md?name=CreateAnchor&highlight=35-58)]

0 commit comments

Comments
 (0)