Skip to content

Commit

Permalink
Better documentation for Jekyll::Converters::Identity (#7883)
Browse files Browse the repository at this point in the history
Merge pull request 7883
  • Loading branch information
GregPK authored and jekyllbot committed Oct 30, 2019
1 parent 6a57842 commit 42c48b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jekyll/converters/identity.rb
Expand Up @@ -2,7 +2,7 @@

module Jekyll
module Converters
# Identify converter. Returns same content as given.
# Identity converter. Returns same content as given.
# For more info on converters see https://jekyllrb.com/docs/plugins/converters/
class Identity < Converter
safe true
Expand All @@ -12,7 +12,7 @@ class Identity < Converter
# Public: Does the given extension match this converter's list of acceptable extensions?
# Takes one argument: the file's extension (including the dot).
#
# ext - The String extension to check (not relevant here)
# _ext - The String extension to check (not relevant here)
#
# Returns true since it always matches.
def matches(_ext)
Expand Down

0 comments on commit 42c48b4

Please sign in to comment.