Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit e8f96e7

Browse files
committed
Fix typo in yardoc
1 parent 4f19c03 commit e8f96e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wpxf/wordpress/hash_dump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def hashdump_sql_statement
4545
"#{query} limit #{current_row},1"
4646
end
4747

48-
# @return [String] a unique SEL select statement that can be used to fingerprint the database prefix.
48+
# @return [String] a unique select statement that can be used to fingerprint the database prefix.
4949
def hashdump_prefix_fingerprint_statement
5050
cols = hashdump_union_cols
5151
cols[hashdump_visible_field_index] = "concat(#{bof_token},0x3a,table_name,0x3a,#{eof_token})"

0 commit comments

Comments
 (0)