Skip to content

Commit e3a5512

Browse files
authored
Apply suggestions from code review
1 parent 95fd4ef commit e3a5512

File tree

1 file changed

+6
-6
lines changed
  • content/en-us/reference/engine/datatypes

1 file changed

+6
-6
lines changed

content/en-us/reference/engine/datatypes/Enum.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ methods:
2929
deprecation_message: ''
3030
- name: Enum:FromName
3131
summary: |
32-
Convert a enum name to an enum
32+
Converts an enum name to an `Datatype.Enum`.
3333
description: |
34-
Returns either the converted Enum, or nil
34+
Returns either the converted `Datatype.Enum` or `nil`.
3535
parameters:
3636
returns:
3737
- type: Enum | nil
38-
summary: 'Converts from string to enum'
38+
summary: ''
3939
code_samples: []
4040
tags: []
4141
deprecation_message: ''
4242
- name: Enum:FromValue
4343
summary: |
44-
Convert an enum value to an enum
44+
Converts an enum value to an `Datatype.Enum`.
4545
description: |
46-
Returns either the converted Enum, or nil
46+
Returns either the converted `Datatype.Enum` or `nil`.
4747
parameters:
4848
returns:
4949
- type: Enum | nil
50-
summary: 'Converts from a value to enum'
50+
summary: ''
5151
code_samples: []
5252
tags: []
5353
deprecation_message: ''

0 commit comments

Comments
 (0)