Skip to content

Commit ba4a46c

Browse files
AliSoftwaremokagio
andcommitted
Add backticks
Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com>
1 parent 844384b commit ba4a46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/android/android_localize_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def self.verify_string(main_strings, library, string_line)
116116
# library's `strings.xml` will be skipped and won't be merged into the main one.
117117
# - `:source_id`: An optional `String` which will be added as the `a8c-src-lib` XML attribute
118118
# to strings coming from this library, to help identify their source in the merged file.
119-
# - `:add_ignore_attr`: If set to true, will add `tools:ignore="UnusedResources"` to merged strings.
119+
# - `:add_ignore_attr`: If set to `true`, will add `tools:ignore="UnusedResources"` to merged strings.
120120
#
121121
# @return [Boolean] True if at least one string from the library has been added to (or has updated) the main strings file.
122122
#

0 commit comments

Comments
 (0)