Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix indenentation in comment to stop the end of comment from appearin…
…g in a <pre> block.
  • Loading branch information
andhapp committed Sep 3, 2012
1 parent 1052067 commit 198d63f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -543,7 +543,7 @@ def escape_bytea(value)

# Unescapes bytea output from a database to the binary string it represents.
# NOTE: This is NOT an inverse of escape_bytea! This is only to be used
# on escaped binary output from database drive.
# on escaped binary output from database drive.
def unescape_bytea(value)
PGconn.unescape_bytea(value) if value
end
Expand Down

0 comments on commit 198d63f

Please sign in to comment.