From 96c5f4a36fcd573571532e036ac9741f77312dac Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Thu, 26 Aug 2021 13:10:06 +0000 Subject: [PATCH] MAINT: docstring --- src/Entity.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Entity.jl b/src/Entity.jl index ef34029..6fa2c7e 100644 --- a/src/Entity.jl +++ b/src/Entity.jl @@ -1753,9 +1753,9 @@ function set_local_path(entity::Ref{_Entity}, path::AbstractString) end """ - function set_file_path(entity::Ref{_Entity}, path::AbstractString) + function set_remote_path(entity::Ref{_Entity}, path::AbstractString) -Set the file path of the given `entity` object. +Set the remote file path of the given `entity` object. """ function set_remote_path(entity::Ref{_Entity}, path::AbstractString) err_code = ccall( -- GitLab