소스 검색

change errata format to markdown for better rendering in online git repos

George C. Privon 2 년 전
부모
커밋
3f3bdb8f3f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      errata.md

+ 5 - 0
errata → errata.md

@@ -1,3 +1,8 @@
+---
+title: 'Errata and Notes for "Learn Physics with Functional Programming" by Scott N. Walck'
+author: George C. Privon
+---
+
 # Chapter 1
 
 - Exercise 1.4: Until this point, demonstrated functions have a single argument and a single return value. The reader won't see until the start of Chapter 4 (pg 36) that type definitions have a `->` between all types, rather than the arrow separating the arguments from the return values.