Skip to content

Commit

Permalink
Fixes link (#713)
Browse files Browse the repository at this point in the history
* Fixes link

* Set GYB link to explicit revision

Co-authored-by: Mattt <[email protected]>
  • Loading branch information
valeriyvan and mattt authored Mar 25, 2020
1 parent 3b1616b commit 9fc8355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2018-07-09-swift-gyb.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for variable substitution and flow control:

All other text is passed through unchanged.

A good example of GYB can be found in [Codable.swift.gyb](https://github.com/apple/swift/blob/master/stdlib/public/core/Codable.swift.gyb).
A good example of GYB can be found in [Codable.swift.gyb](https://github.com/apple/swift/blob/6eef42d6dd3b58cdef32e34dc8cf94b4945efce6/stdlib/public/core/Codable.swift.gyb).
At the top of the file,
the base `Codable` types are assigned to an instance variable:

Expand Down

0 comments on commit 9fc8355

Please sign in to comment.