Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dogweather committed Dec 11, 2023
1 parent 8a13382 commit 3c3c356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/news/parser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ defmodule News.Parser do


@doc """
Try to pull the Source name from the OG site_name meta tag.
If not found, then call the `find_source_name` function to
Try to pull the Source name from the OpenGraph site_name meta tag.
If not found, then call `find_source_name_by_retrieving` to
retrieve the url.
"""
def find_source_name(document, url) when is_binary(url) do
Expand Down

0 comments on commit 3c3c356

Please sign in to comment.