@@ -493,7 +493,7 @@ def emphasis(words, level: nil, **keyword_args)
493
493
##
494
494
# Create a new <Lang> element
495
495
# words:: Words to speak
496
- # xml:lang :: Specify the language
496
+ # xmlLang :: Specify the language
497
497
# keyword_args:: additional attributes
498
498
def lang ( words , xmlLang : nil , **keyword_args )
499
499
append ( SsmlLang . new ( words , xmlLang : xmlLang , **keyword_args ) )
@@ -539,7 +539,7 @@ def s(words, **keyword_args)
539
539
##
540
540
# Create a new <Say-As> element
541
541
# words:: Words to be interpreted
542
- # interpret-as :: Specify the type of words are spoken
542
+ # interpretAs :: Specify the type of words are spoken
543
543
# role:: Specify the format of the date when interpret-as is set to date
544
544
# keyword_args:: additional attributes
545
545
def say_as ( words , interpretAs : nil , role : nil , **keyword_args )
@@ -549,7 +549,7 @@ def say_as(words, interpretAs: nil, role: nil, **keyword_args)
549
549
##
550
550
# Create a new <Sub> element
551
551
# words:: Words to be substituted
552
- # alias :: Substitute a different word (or pronunciation) for selected text such as an acronym or abbreviation
552
+ # aliasAttribute :: Substitute a different word (or pronunciation) for selected text such as an acronym or abbreviation
553
553
# keyword_args:: additional attributes
554
554
def sub ( words , aliasAttribute : nil , **keyword_args )
555
555
append ( SsmlSub . new ( words , aliasAttribute : aliasAttribute , **keyword_args ) )
0 commit comments