Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: exercism/problem-specifications
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 84f42085db2f5fd4be0c7e2f262a4c4e5317220f
Choose a base ref
..
head repository: exercism/problem-specifications
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 471ceae2247da3efa76fdc068a334a1daab52548
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 exercises/nucleotide-count/metadata.toml
  2. +1 −1 exercises/octal/metadata.toml
2 changes: 1 addition & 1 deletion exercises/nucleotide-count/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "nucleotide-count"
title = "Nucleotide Count"
blurb = "Given a DNA string, compute how many times each nucleotide occurs in the string."
source = "The Calculating DNA Nucleotides_problem at Rosalind"
source_url = "http://rosalind.info/problems/dna/"
2 changes: 1 addition & 1 deletion exercises/octal/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "octal"
title = "Octal"
blurb = "Convert a octal number, represented as a string (e.g. '1735263'), to its decimal equivalent using first principles (i.e. no, you may not use built-in or external libraries to accomplish the conversion)."
source = "All of Computer Science"
source_url = "http://www.wolframalpha.com/input/?i=base+8"