From 0fe2ade2fbba117f4d3a9cecaf0667c7328ead2f Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Tue, 17 Oct 2023 14:26:35 +0200 Subject: [PATCH] Fix typos in API docs --- lib/dry/files.rb | 2 +- lib/dry/files/file_system.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dry/files.rb b/lib/dry/files.rb index 4dab317..ce385d4 100644 --- a/lib/dry/files.rb +++ b/lib/dry/files.rb @@ -93,7 +93,7 @@ def write(path, *content) # # @raise [Dry::Files::IOError] in case of I/O error # - # @since @1.1.0 + # @since 1.1.0 # @api public def chmod(path, mode) raise Dry::Files::Error, "mode should be an integer (e.g. 0o755)" unless mode.is_a?(Integer) diff --git a/lib/dry/files/file_system.rb b/lib/dry/files/file_system.rb index 6216c8d..7b1ab64 100644 --- a/lib/dry/files/file_system.rb +++ b/lib/dry/files/file_system.rb @@ -142,7 +142,7 @@ def write(path, *content) # # @raise [Dry::Files::IOError] in case of I/O error # - # @since @1.1.0 + # @since 1.1.0 # @api private def chmod(path, mode) with_error_handling do