Skip to content
Snippets Groups Projects
Commit 199b12e6 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

Change quotes in function documentation string.

The documentation string for parse_host_mac_ip_list() used to be a
single-quoted string literal, and use double quotes (") around all
documented strings inside.  Change that, so it is a double-quoted
string literal and use single quotes (') for most documented strings
inside, in particular for those that are used as Ruby strings and
"symbols", and `` and '' for things that are quoted as text.  This
makes the text read better, in my opinion.  (Normal double quotes
would have been better for the latter case, but we would have to
quote them with backslashes, which makes it more difficult to read
in the source code, so `` and '' will have to do.)
parent a3d95ec7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment