Fix code fences
This commit is contained in:
@@ -88,7 +88,7 @@ update our naïve approach to look like this:
|
||||
|
||||
```ruby
|
||||
dates = TimeEntry.all.map { |entry| entry.logged_on }.uniq
|
||||
````
|
||||
```
|
||||
|
||||
When we profile this code, we see that it performs slightly worse than
|
||||
the non-unique version:
|
||||
|
||||
Reference in New Issue
Block a user