Skip to content

Commit 4ebfc5a

Browse files
authored
Enum.ItemType to Enum.AvatarItemType (#1115)
Old Enum.ItemType reference changed into Enum.AvatarItemType ## Changes <!-- Please summarize your changes. --> Enum.ItemType seems to have been changed into Enum.AvatarItemType. This line was outdated. <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent fb52a5c commit 4ebfc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/AvatarEditorService.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ methods:
506506
description: |
507507
This function returns the item details for the given item. It accepts two
508508
parameters - the first indicating the ID of the item being retrieved and
509-
the second indicating its `Enum.ItemType`.
509+
the second indicating its `Enum.AvatarItemType`.
510510
511511
Data returned in the format:
512512

0 commit comments

Comments
 (0)