Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Nov 21, 2023
1 parent a40a5a0 commit 8056745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs/utility/file.table
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extended_schema(WINDOWS, [
Column("shortcut_target_type", TEXT, "Display name for the target type"),
Column("shortcut_target_location", TEXT, "Folder name where the shortcut target resides"),
Column("shortcut_start_in", TEXT, "Full path to the working directory to use when executing the shortcut target"),
Column("shortcut_run", TEXT, "Window mode the target of the shortcut should be run it"),
Column("shortcut_run", TEXT, "Window mode the target of the shortcut should be run in"),
Column("shortcut_comment", TEXT, "Comment on the shortcut"),
])
extended_schema(DARWIN, [
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/tables/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace {

const std::vector<std::string> kFileNameList{
// In order to test MBCS support, here's a japanese word
// that *should* mean "dictionary"
// that means "dictionary"
"辞書.txt",

"file-table-test.txt",
Expand Down

0 comments on commit 8056745

Please sign in to comment.