Skip to content

Commit

Permalink
Merge pull request dotnet#24808 from Neme12/typo
Browse files Browse the repository at this point in the history
Fixing a typo
  • Loading branch information
sharwell committed Feb 13, 2018
2 parents de8d8e5 + f8af0c5 commit e8a33de
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -585,14 +585,14 @@ public Customer(string value)
// {ServicesVSResources.Prefer_colon}
int fibonacci(int n)
{{
return n <= 1 ? 1 : fibonacci(n - 1) + fibonacci(n - 2);
return n <= 1 ? n : fibonacci(n - 1) + fibonacci(n - 2);
}}
// {ServicesVSResources.Over_colon}
Func<int, int> fibonacci = null;
fibonacci = (int n) =>
{{
return n <= 1 ? 1 : fibonacci(n - 1) + fibonacci(n - 2);
return n <= 1 ? n : fibonacci(n - 1) + fibonacci(n - 2);
}};
//]
}}
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/ServicesVSResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ Additional information: {1}</value>
<value>Changes are not allowed while code is running.</value>
</data>
<data name="Prefer_local_function_over_anonymous_function" xml:space="preserve">
<value>Prefere local function over anonymous function</value>
<value>Prefer local function over anonymous function</value>
</data>
<data name="ModuleHasBeenUnloaded" xml:space="preserve">
<value>Module has been unloaded.</value>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Pro aktuální řešení je povolené zjednodušené načtení řešení. Jeho z
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Preferovat lokální funkci před anonymní funkcí</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Für die aktuelle Projektmappe ist die Option "Lightweight-Ladevorgang für Proj
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Lokale Funktion gegenüber anonymer Funktion bevorzugen</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ La opción "Carga de solución ligera" está habilitada para la solución actual
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Preferir una función local frente a una función anónima</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Informations supplémentaires : {1}</target>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Préférer une fonction locale à une fonction anonyme</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ L'opzione 'Caricamento leggero soluzioni' è abilitata per la soluzione corrente
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Preferisci la funzione locale a quella anonima</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Additional information: {1}</source>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">匿名関数よりローカル関数を優先します</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Additional information: {1}</source>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">익명 함수보다 로컬 함수 선호</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Funkcja „Uproszczone ładowanie rozwiązania” jest włączona dla bieżąceg
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Preferuj funkcję lokalną zamiast funkcji anonimowej</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ O 'Carregamento da solução leve' está habilitado para a solução atual. Desa
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Preferir usar função anônima em vez de local</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Additional information: {1}</source>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Предпочитать локальную функцию анонимной функции</target>
<note />
</trans-unit>
Expand Down
2 changes: 1 addition & 1 deletion src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Geçerli durum için 'basit çözüm yükü' etkin. Hata ayıklama başlatıldı
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">Anonim işlevler yerine yerel işlevleri tercih et</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Additional information: {1}</source>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">首选本地函数而不是匿名函数</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Additional information: {1}</source>
<note />
</trans-unit>
<trans-unit id="Prefer_local_function_over_anonymous_function">
<source>Prefere local function over anonymous function</source>
<source>Prefer local function over anonymous function</source>
<target state="translated">使用區域函式優先於匿名函式</target>
<note />
</trans-unit>
Expand Down

0 comments on commit e8a33de

Please sign in to comment.