Skip to content

Commit

Permalink
remove word from transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Sep 11, 2024
1 parent 45a5ea6 commit 5f266f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unison-src/transcripts/fix-5340.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lib.dep.lib.dep.foo = 18
scratch/main> add
```

These references to type `Foo` and term `foo` are be unambiguous (resolving to the `my.Foo` and `my.foo` in the
These references to type `Foo` and term `foo` are unambiguous (resolving to the `my.Foo` and `my.foo` in the
file), even though indirect dependencies `lib.dep.lib.dep.Foo` and `lib.dep.lib.dep.foo` match by suffix.

```unison
Expand Down
2 changes: 1 addition & 1 deletion unison-src/transcripts/fix-5340.output.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scratch/main> add
my.foo : Nat
```
These references to type `Foo` and term `foo` are be unambiguous (resolving to the `my.Foo` and `my.foo` in the
These references to type `Foo` and term `foo` are unambiguous (resolving to the `my.Foo` and `my.foo` in the
file), even though indirect dependencies `lib.dep.lib.dep.Foo` and `lib.dep.lib.dep.foo` match by suffix.

``` unison
Expand Down

0 comments on commit 5f266f5

Please sign in to comment.