Skip to content

Commit 15aa5ee

Browse files
authored
Apply suggestions from code review
1 parent 7e4cca9 commit 15aa5ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/en-us/chat/bubble-chat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ TextChatService.OnBubbleAdded = function(message: TextChatMessage, adornee: Inst
426426
uiGradient.Color = ColorSequence.new(Color3.fromRGB(110, 4, 0), Color3.fromRGB(0, 0, 0))
427427
uiGradient.Rotation = 90
428428
uiGradient.Parent = bubbleProperties
429+
429430
return bubbleProperties
430431
end
431432
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ properties:
178178
-- Create a part and parent it to the workspace
179179
local part = Instance.new("Part")
180180
part.Parent = workspace
181-
-- Instance new can also take Parent as a second parameter, though it is not recommended and should be avoided
181+
-- Instance new can also take Parent as a second parameter, though it is not recommended
182182
Instance.new("NumberValue", workspace)
183183
```
184184

0 commit comments

Comments
 (0)