Skip to content

Commit

Permalink
Update ContentSourceType.yaml (#882)
Browse files Browse the repository at this point in the history
## Changes

<!-- Please summarize your changes. -->

<!-- Please link to any applicable information (forum posts, bug
reports, etc.). -->

## Checks

By submitting your pull request for review, you agree to the following:

- [ ] 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.
- [ ] 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.
- [ ] To the best of my knowledge, all proposed changes are accurate.
  • Loading branch information
IgnisRBX authored Oct 24, 2024
1 parent c3b1c31 commit 6f7faa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en-us/reference/engine/enums/ContentSourceType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ items:
deprecation_message: ''
- name: Uri
summary: |
An [asset URI](../../../projects/assets/index.md#asset-uris) `string` value contained in `DataType.Content.Uri`.
An [asset URI](../../../projects/assets/index.md#asset-uris) `string` value contained in `Datatype.Content.Uri`.
value: 1
tags: []
deprecation_message: ''
- name: Object
summary: |
A non-`nil` `Class.Object` reference contained in `DataType.Content.Object`.
A non-`nil` `Class.Object` reference contained in `Datatype.Content.Object`.
value: 2
tags: []
deprecation_message: ''

0 comments on commit 6f7faa8

Please sign in to comment.