From c13b2dc9c8bd04d7a1d3a06ba9b3af523b120642 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Mon, 28 Aug 2023 18:38:02 -0400 Subject: [PATCH] Rename file_status to repo_status --- src/development-guide/api/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development-guide/api/api.md b/src/development-guide/api/api.md index 4f293a18d..95dce1124 100755 --- a/src/development-guide/api/api.md +++ b/src/development-guide/api/api.md @@ -116,7 +116,7 @@ zcl_abapgit_repo_srv=>get_instance( )->purge( Get the status of all files included in a repository: ```abap -DATA(lt_result) = zcl_abapgit_file_status=>status( lo_repo ). +DATA(lt_result) = zcl_abapgit_repo_status=>calculate( lo_repo ). ```