Skip to content

Commit 7cf7e4d

Browse files
committed
Fix methods in document.
1 parent 8bfb286 commit 7cf7e4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ext/gettextpo/gettextpo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ UPDATE_FLAG (workflow);
489489
* Document-method: workflow_flag_iterator
490490
* call-seq: workflow_flag_iterator -> GettextPO::FlagIterator
491491
*
492-
* You may find it handy to use the #workflow_flag_iterator method to
492+
* You may find it handy to use the #each_workflow_flag method to
493493
* iterate over the sticky flag. This is for more versatile
494494
* manipulation.
495495
*/
@@ -572,7 +572,7 @@ UPDATE_FLAG (sticky);
572572
* Document-method: sticky_flag_iterator
573573
* call-seq: sticky_flag_iterator -> GettextPO::FlagIterator
574574
*
575-
* You may find it handy to use the #sticky_flag_iterator method to
575+
* You may find it handy to use the #each_sticky_flag method to
576576
* iterate over the sticky flag. This is for more versatile
577577
* manipulation.
578578
*/

0 commit comments

Comments
 (0)