Commit 7e6b68a534

Andrew Kelley <andrew@ziglang.org>
2020-02-29 08:08:26
std.Target.standardDynamicLinkerPath: delete bad doc comment
1 parent 7617610
Changed files (1)
lib
lib/std/target.zig
@@ -1133,8 +1133,6 @@ pub const Target = struct {
         }
     };
 
-    /// The result will be a byte index *pointing at the final byte*. In other words, length minus one.
-    /// A return value of `null` means the concept of a dynamic linker is not meaningful for that target.
     pub fn standardDynamicLinkerPath(self: Target) DynamicLinker {
         var result: DynamicLinker = .{};
         const S = struct {