We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611e5d2 commit 64e6db5Copy full SHA for 64e6db5
include/git2/stash.h
@@ -126,7 +126,7 @@ typedef int GIT_CALLBACK(git_stash_apply_progress_cb)(
126
typedef struct git_stash_apply_options {
127
unsigned int version;
128
129
- /** See `git_stash_apply_flags_t`, above. */
+ /** See `git_stash_apply_flags`, above. */
130
uint32_t flags;
131
132
/** Options to use when writing files to the working directory. */
0 commit comments