Skip to content

Commit 3f020a4

Browse files
MarkOatesSiegeLord
authored andcommitted
Change doc language from "has been initialized" to "is initialized"
1 parent ecf9f68 commit 3f020a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/refman/acodec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Return true on success.
3434

3535
## API: al_is_acodec_addon_initialized
3636

37-
Returns true if the acodec addon has been initialized, otherwise returns false.
37+
Returns true if the acodec addon is initialized, otherwise returns false.
3838

3939
## API: al_get_allegro_acodec_version
4040

docs/src/refman/font.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ See also: [al_init_image_addon], [al_init_ttf_addon], [al_shutdown_font_addon]
7373

7474
### API: al_is_font_addon_initialized
7575

76-
Returns true if the font addon has been initialized, otherwise returns false.
76+
Returns true if the font addon is initialized, otherwise returns false.
7777

7878
See also: [al_init_image_addon], [al_shutdown_font_addon]
7979

@@ -704,7 +704,7 @@ Returns true on success, false on failure.
704704

705705
### API: al_is_ttf_addon_initialized
706706

707-
Returns true if the TTF addon has been initialized, otherwise returns false.
707+
Returns true if the TTF addon is initialized, otherwise returns false.
708708

709709
See also: [al_init_ttf_addon], [al_shutdown_ttf_addon]
710710

docs/src/refman/image.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ have the pixel format matching the format in the file.
3131

3232
## API: al_is_image_addon_initialized
3333

34-
Returns true if the image addon has been initialized, otherwise returns false.
34+
Returns true if the image addon is initialized, otherwise returns false.
3535

3636
## API: al_shutdown_image_addon
3737

0 commit comments

Comments
 (0)