Skip to content

Commit

Permalink
Fix docstring formatting (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Feb 24, 2022
1 parent 5de72bb commit b8b6197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rows.jl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ end
schema_qualified_string(::Legolas.Schema{name,version})
Return this `Legolas.Schema`'s fully qualified schema identifier string. This string is
serialized as the `\"$LEGOLAS_SCHEMA_QUALIFIED_METADATA_KEY\"`` field value in table
serialized as the `\"$LEGOLAS_SCHEMA_QUALIFIED_METADATA_KEY\"` field value in table
metadata for table written via [`Legolas.write`](@ref).
"""
schema_qualified_string(s::Legolas.Schema) = throw(UnknownSchemaError(s))
Expand Down

0 comments on commit b8b6197

Please sign in to comment.