mirror of
https://github.com/ziglang/zig.git
synced 2026-02-19 07:48:31 +00:00
parent
8223aca09b
commit
cddd6b46d8
@ -90,7 +90,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
|
||||
" -mllvm [arg] (unsupported) forward an arg to LLVM's option processing\n"
|
||||
" --override-std-dir [arg] override path to Zig standard library\n"
|
||||
" --override-lib-dir [arg] override path to Zig lib library\n"
|
||||
" -ffunction-sections places each function in a seperate section\n"
|
||||
" -ffunction-sections places each function in a separate section\n"
|
||||
"\n"
|
||||
"Link Options:\n"
|
||||
" --bundle-compiler-rt for static libraries, include compiler-rt symbols\n"
|
||||
|
||||
@ -299,7 +299,7 @@ pub const Headers = struct {
|
||||
return buf;
|
||||
}
|
||||
|
||||
/// Returns all headers with the given name as a comma seperated string.
|
||||
/// Returns all headers with the given name as a comma separated string.
|
||||
///
|
||||
/// Useful for HTTP headers that follow RFC-7230 section 3.2.2:
|
||||
/// A recipient MAY combine multiple header fields with the same field
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user