Skip to content

Commit

Permalink
remove user space constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Dec 14, 2023
1 parent 33a89ae commit 3a035b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .grit/patterns/universal/ai/ai_choose_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function (x) { return x + 1; }
```

```ts
// This function: adder
// This function: Adder
function (x) { return x + 1; }
```

Expand All @@ -34,7 +34,7 @@ function (x) { return x / 2; }
```

```ts
// This function: divider
// This function: Divider
function (x) { return x / 2; }
```

Expand All @@ -45,6 +45,6 @@ function (x) { return x + ""; }
```

```ts
// This function: adder
// This function: Adder
function (x) { return x + ""; }
```

0 comments on commit 3a035b9

Please sign in to comment.