Skip to content

Commit 2adc2db

Browse files
committed
Fix grammar
1 parent b607308 commit 2adc2db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/CSFML/Graphics/View.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ CSFML_GRAPHICS_API sfFloatRect sfView_getViewport(const sfView* view);
191191
CSFML_GRAPHICS_API sfFloatRect sfView_getScissor(const sfView* view);
192192

193193
////////////////////////////////////////////////////////////
194-
/// \brief Move a view relatively to its current position
194+
/// \brief Move a view relative to its current position
195195
///
196196
/// \param view View object
197197
/// \param offset Offset
@@ -200,7 +200,7 @@ CSFML_GRAPHICS_API sfFloatRect sfView_getScissor(const sfView* view);
200200
CSFML_GRAPHICS_API void sfView_move(sfView* view, sfVector2f offset);
201201

202202
////////////////////////////////////////////////////////////
203-
/// \brief Rotate a view relatively to its current orientation
203+
/// \brief Rotate a view relative to its current orientation
204204
///
205205
/// \param view View object
206206
/// \param angle Angle to rotate, in degrees
@@ -209,7 +209,7 @@ CSFML_GRAPHICS_API void sfView_move(sfView* view, sfVector2f offset);
209209
CSFML_GRAPHICS_API void sfView_rotate(sfView* view, float angle);
210210

211211
////////////////////////////////////////////////////////////
212-
/// \brief Resize a view rectangle relatively to its current size
212+
/// \brief Resize a view rectangle relative to its current size
213213
///
214214
/// Resizing the view simulates a zoom, as the zone displayed on
215215
/// screen grows or shrinks.

0 commit comments

Comments
 (0)