Skip to content

Commit d2bc8ca

Browse files
author
Liz
committed
Merge pull request #40 from ArtCraftCode/forest-park-v3
correct cable set two, round three
2 parents d62b1b6 + 302e6f0 commit d2bc8ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/partials/patterns/forest-park.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ section
1717

1818
p Round 1: *k5, p2, k8, p2, k5, p1, m1p, p1, rpt from * to end.
1919
p Round 2: *k1, p3, k1, p2, k8, p2, k1, p3, k1, p1, k1, p1, rpt from * to end.
20-
p Round 3: *k5, p2, k8, p2, k5, p1, m1l, k1, m1r, p1, rpt from * to end.
20+
p Round 3: *k5, p2, k8, p2, k5, p1, m1l, kfb, m1r, p1, rpt from * to end.
2121
p Round 4: *k1, p3, k1, p2, C4F, C4B, p2, k1, p3, k1, pfb, C4F, pfb, rpt from * to end.
2222
p Round 5: *k5, p2, k8, p2, k5, p2, k4, p2, rpt from * to end.
2323
p Round 6: *k1, p3, k1, p2, k8, p2, k1, p3, k1, p2, k4, p2, rpt from * to end.

app/scripts/services/patterns_services.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ angular.module('app.patterns_services', [])
2525
measurements: '10.5"/26.6cm tall; 24"/61cm circumference at smallest opening, 33"/84cm circumference at largest opening.'
2626
}],
2727
notions: ['stitch marker', 'cable needle (optional)', 'darning needle'],
28-
version: '2 (January 2, 2015)',
28+
version: '3 (January 4, 2015)',
2929
updates: [
30-
'Version 2: corrected Cable Set Two, Round 2. Originally ended with p1, k2, p1. Corrected to p1, k1, p1.'
30+
'Version 2: corrected Cable Set Two, Round 2. Originally ended with p1, k2, p1. Corrected to p1, k1, p1.',
31+
'Version 3: corrected Cable Set Two, Round 3. Originally ended with p1, m1l, k1, m1r, p1. Corrected to p1, m1l, kfb, m1r, p1.'
3132
],
3233
images: ['https://s3.amazonaws.com/artcraftcode.com/permanent_assets/forest-park-1.jpg', 'https://s3.amazonaws.com/artcraftcode.com/permanent_assets/forest-park-2.jpg'],
3334
ravelry: {

0 commit comments

Comments
 (0)