Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
philss and josevalim authored Aug 11, 2023
1 parent fade286 commit 8fb37fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/fss.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule FSS do
# and the PRs that followed that one.

@moduledoc """
A small abstraction for file system specifications.
A small abstraction for file storage specifications.
It's a library to parse and validate URIs, with the necessary
attributes.
Expand Down
3 changes: 1 addition & 2 deletions lib/fss/http.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
defmodule FSS.HTTP do
@moduledoc """
The modules for accessing HTTP(s) resources.
Specification for accessing HTTP(s) resources.
"""

defmodule Config do
Expand Down
2 changes: 1 addition & 1 deletion lib/fss/local.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule FSS.Local do
@moduledoc """
A module for representing local files.
Specification for local files.
The `FSS.Local.Entry` represents a local file with its path.
"""
Expand Down
2 changes: 1 addition & 1 deletion lib/fss/s3.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule FSS.S3 do
@moduledoc """
The modules for accessing AWS S3 resources.
Specification for accessing AWS S3 resources.
"""

defmodule Config do
Expand Down

0 comments on commit 8fb37fb

Please sign in to comment.