Skip to content

Commit e5c4978

Browse files
authored
Apply suggestions from code review
1 parent 02ecbf2 commit e5c4978

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ methods:
124124
writeCapabilities: []
125125
- name: TweenService:SmoothDamp
126126
summary: |
127-
Calculates a value simulating a critically damped spring. Supports number/Vector2/Vector3/CFrame.
127+
Calculates a value simulating a critically damped spring.
128128
description: |
129-
Returns a value that allows smoothing a value towards a target simulating a critically damped spring. Supports number/Vector2/Vector3/CFrame.
129+
Returns a value that allows smoothing a value towards a target simulating a critically damped spring.
130+
Supports `Datatype.Vector2`, `Datatype.Vector3`, and `Datatype.CFrame`, and number.
130131
code_samples: []
131132
parameters:
132133
- name: current

0 commit comments

Comments
 (0)