Some possible examples to illustrate why redundant and misleading adjectives/adverbs should be avoided.
Word list
obvious/obviously
simple/simply
basic/basically
easy/easily
actual/actually
just
clearly
however (certain uses)
simple/simply
TextureRect
<description>
Control frame that simply draws an assigned texture. It can stretch or not. It's a simple way to just show an image in a UI.
</description>
Popup
<description>
Sets the metadata of an item, which might be of any type. You can later get it with [method get_item_metadata], which provides a simple way of assigning context data to items.
</description>
Timer
<brief_description>
A simple Timer node.
</brief_description>
<description>
Timer node. This is a simple node that will emit a timeout callback when the timer runs out. It can optionally be set to loop.
</description>
basic/basically
Vector3
<brief_description>
Vector class, which performs basic 3D vector math operations.
</brief_description>
Plane
<description>
Plane represents a normalized plane equation. Basically, "normal" is the normal of the plane (a,b,c normalized), and "d" is the distance from the origin to the plane (in the direction of "normal"). "Over" or "Above" the plane is considered the side of the plane towards where the normal is pointing.
</description>
easy
CollisionPolygon2D
<brief_description>
Editor-only class for easy editing of collision polygons.
</brief_description>
actual/actually
FuncRef
<description>
Set the object on which to call the referenced function. This object must be of a type actually inheriting from [Object], not a built-in type such as [int], [Vector2] or [Dictionary].
</description>
RectangleShape2D
<description>
Return the half extents, the actual width and height of this shape is twice the half extents.
</description>
however
KinematicBody2D
<description>
Kinematic bodies are special types of bodies that are meant to be user-controlled. They are not affected by physics at all (...). They have however, two main uses:
</description>
Some possible examples to illustrate why redundant and misleading adjectives/adverbs should be avoided.
Word list
obvious/obviously simple/simply basic/basically easy/easily actual/actually just clearly however (certain uses)
simple/simply
TextureRect
Popup
Timer
basic/basically
Vector3
Plane
easy
actual/actually
FuncRef
RectangleShape2D
however