Skip to content

Commit

Permalink
Improve yard tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 29, 2021
1 parent c12178a commit 2b496f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sxp/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class Block
##
# @param [Object] obj
# @param [Integer] indent
# @param [Hash{Symbol => RDF::URI}] prefixes(nil)
# @param [RDF::URI] base_uri(nil)l)
# @param [Hash{Symbol => RDF::URI}] prefixes (nil)
# @param [RDF::URI] base_uri (nil)
def initialize(obj, indent, prefixes: nil, base_uri: nil)
@indent = indent
@elements = []
Expand Down

0 comments on commit 2b496f0

Please sign in to comment.