Skip to content

Commit 7921073

Browse files
author
Colin Robertson
committed
Swap commas for periods in link
1 parent 17afd42 commit 7921073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/c-runtime-library/reference/get-printf-count-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int _get_printf_count_output();
6565
Non-zero if `%n` is supported, 0 if `%n` is not supported.
6666

6767
## Remarks
68-
If `%n` is not supported (the default), encountering `%n` in the format string of any of the `printf` functions will invoke the invalid parameter handler as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If `%n` support is enabled (see [_set_printf_count_output](../../c-runtime-library/reference/set-printf-count-output.md)) then `%n` will behave as described in [Format Specification Syntax: printf and wprintf Functions](../,,/c-runtime-library/format-specification-syntax-printf-and-wprintf-functions.md).
68+
If `%n` is not supported (the default), encountering `%n` in the format string of any of the `printf` functions will invoke the invalid parameter handler as described in [Parameter Validation](../../c-runtime-library/parameter-validation.md). If `%n` support is enabled (see [_set_printf_count_output](../../c-runtime-library/reference/set-printf-count-output.md)) then `%n` will behave as described in [Format Specification Syntax: printf and wprintf Functions](../../c-runtime-library/format-specification-syntax-printf-and-wprintf-functions.md).
6969

7070
## Requirements
7171

0 commit comments

Comments
 (0)