forked from larsch/ocra
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename duplicate_from_exec_prefix to duplicate_to_exec_prefix for cla…
…rity In this commit, the method name has been updated from `duplicate_from_exec_prefix` to `duplicate_to_exec_prefix`. This change more accurately reflects the method's functionality, which emphasizes duplicating items to a target location based on the `exec_prefix`, thereby improving the clarity and readability of the code. Key Change: - Renamed `duplicate_from_exec_prefix` to `duplicate_to_exec_prefix` to clearly indicate that the method duplicates content to a destination derived from the `exec_prefix`. This modification enhances the semantic precision of the method name, making it easier for developers to understand the method's purpose at a glance.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters